Html Css Color HEX #EADB33 Golden Fizz

📋 copy color: '#EADB33'

red 234 ◦ green 219 ◦ blue 51

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

Shades of Golden Fizz #EADB33

Tints of Golden Fizz #EADB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.12%

R = 46.43%
G = 43.45%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EADB33 (or 0xEADB33) is known color: Golden Fizz. HEX triplet: EA, DB and 33. RGB value is (234,219,51). Sum of RGB (Red+Green+Blue) = 234+219+51=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 51 (20.31% from 255 or 10.12% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB33 is #1524CC. Grayscale: #CDCDCD. Windows color (decimal): -1385677 or 3398634. OLE color: 3398634.

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

Color convert

RGB 234 219 51 -
CMYK 0 0.06 0.78 0.08
HSL 55.08º 0.81% 0.56% -
HSV(B) 55.08º 0.78% 0.92% -
XYZ 59.86 68.39 13.18 -
YUV 204.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 234 219 51 0 0.06 0.78 0.08 55.08 0.81 0.56
Hex EA DB 33 0 6 4E 8 37 51 38
Octal 352 333 63 0 6 116 10 67 121 70
Binary 11101010 11011011 110011 0 110 1001110 1000 110111 1010001 111000

Color Harmonies of #EADB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB33

Black with #EADB33

Text Example


Text Example

White with #EADB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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