Html Css Color HEX #EADB35 Golden Fizz

📋 copy color: '#EADB35'

red 234 ◦ green 219 ◦ blue 53

#EADB35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Fizz #EADB35

Tints of Golden Fizz #EADB35

RGB

 RED value IS 234 (91.8% from 255) = 46.25%

 GREEN value IS 219 (85.94% from 255) = 43.28%

 BLUE value IS 53 (21.09% from 255) = 10.47%

R = 46.25%
G = 43.28%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EADB35 (or 0xEADB35) is known color: Golden Fizz. HEX triplet: EA, DB and 35. RGB value is (234,219,53). Sum of RGB (Red+Green+Blue) = 234+219+53=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB35 is #1524CA. Grayscale: #CDCDCD. Windows color (decimal): -1385675 or 3529706. OLE color: 3529706.

HSL color Cylindrical-coordinate representation of color #EADB35: hue angle of 55.03º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EADB35 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 53 -
CMYK 0 0.06 0.77 0.08
HSL 55.03º 0.81% 0.56% -
HSV(B) 55.03º 0.77% 0.92% -
XYZ 59.91 68.41 13.42 -
YUV 204.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 234 219 53 0 0.06 0.77 0.08 55.03 0.81 0.56
Hex EA DB 35 0 6 4D 8 37 51 38
Octal 352 333 65 0 6 115 10 67 121 70
Binary 11101010 11011011 110101 0 110 1001101 1000 110111 1010001 111000

Color Harmonies of #EADB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB35

Black with #EADB35

Text Example


Text Example

White with #EADB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB35; }

 p { color: rgb(234,219,53); }

 H1.HeaderClassName
 {
   color: #EADB35;
 }
 .AnyTagClassName
 {
   color: #EADB35;
 }
</style>

background-color css

<style>
 a { background-color: #EADB35; }

 a { background-color: rgb(234,219,53); }

 div.DivClassName
 {
   background-color: #EADB35;
 }
 .BgClassName
 {
   background-color: #EADB35;
 }
</style>

border-color css

<style>
 span { border-color: #EADB35; }

 span { border-color: rgb(234,219,53); }

 td.TdClassName
 {
   border-color: #EADB35;
 }
 .TagClassName
 {
   border-color: #EADB35;
 }
</style>