Html Css Color HEX #EADD35 Golden Fizz

📋 copy color: '#EADD35'

red 234 ◦ green 221 ◦ blue 53

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

Shades of Golden Fizz #EADD35

Tints of Golden Fizz #EADD35

RGB

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

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

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

R = 46.06%
G = 43.5%
B = 10.43%

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

#EADD35 (or 0xEADD35) is known color: Golden Fizz. HEX triplet: EA, DD and 35. RGB value is (234,221,53). Sum of RGB (Red+Green+Blue) = 234+221+53=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD35 is #1522CA. Grayscale: #CECECE. Windows color (decimal): -1385163 or 3530218. OLE color: 3530218.

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

Color convert

RGB 234 221 53 -
CMYK 0 0.06 0.77 0.08
HSL 55.69º 0.81% 0.56% -
HSV(B) 55.69º 0.77% 0.92% -
XYZ 60.43 69.46 13.59 -
YUV 205.74 41.81 148.16 -
System Red Green Blue C M Y K H S L
Decimal 234 221 53 0 0.06 0.77 0.08 55.69 0.81 0.56
Hex EA DD 35 0 6 4D 8 38 51 38
Octal 352 335 65 0 6 115 10 70 121 70
Binary 11101010 11011101 110101 0 110 1001101 1000 111000 1010001 111000

Color Harmonies of #EADD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD35

Black with #EADD35

Text Example


Text Example

White with #EADD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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