Html Css Color HEX #EADD33 Golden Fizz

📋 copy color: '#EADD33'

red 234 ◦ green 221 ◦ blue 51

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

Shades of Golden Fizz #EADD33

Tints of Golden Fizz #EADD33

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

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

R = 46.25%
G = 43.68%
B = 10.08%

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

#EADD33 (or 0xEADD33) is known color: Golden Fizz. HEX triplet: EA, DD and 33. RGB value is (234,221,51). Sum of RGB (Red+Green+Blue) = 234+221+51=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD33 is #1522CC. Grayscale: #CECECE. Windows color (decimal): -1385165 or 3399146. OLE color: 3399146.

HSL color Cylindrical-coordinate representation of color #EADD33: hue angle of 55.74º 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 #EADD33 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 51 -
CMYK 0 0.06 0.78 0.08
HSL 55.74º 0.81% 0.56% -
HSV(B) 55.74º 0.78% 0.92% -
XYZ 60.39 69.44 13.35 -
YUV 205.51 40.81 148.32 -
System Red Green Blue C M Y K H S L
Decimal 234 221 51 0 0.06 0.78 0.08 55.74 0.81 0.56
Hex EA DD 33 0 6 4E 8 38 51 38
Octal 352 335 63 0 6 116 10 70 121 70
Binary 11101010 11011101 110011 0 110 1001110 1000 111000 1010001 111000

Color Harmonies of #EADD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD33

Black with #EADD33

Text Example


Text Example

White with #EADD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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