Html Css Color HEX #EAD431 Golden Fizz

📋 copy color: '#EAD431'

red 234 ◦ green 212 ◦ blue 49

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

Shades of Golden Fizz #EAD431

Tints of Golden Fizz #EAD431

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 49 (19.53% from 255) = 9.9%

R = 47.27%
G = 42.83%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EAD431 (or 0xEAD431) is known color: Golden Fizz. HEX triplet: EA, D4 and 31. RGB value is (234,212,49). Sum of RGB (Red+Green+Blue) = 234+212+49=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 49 (19.53% from 255 or 9.90% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD431 is #152BCE. Grayscale: #C8C8C8. Windows color (decimal): -1387471 or 3265770. OLE color: 3265770.

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

Color convert

RGB 234 212 49 -
CMYK 0 0.09 0.79 0.08
HSL 52.86º 0.81% 0.55% -
HSV(B) 52.86º 0.79% 0.92% -
XYZ 58.03 64.8 12.36 -
YUV 200 42.79 152.25 -
System Red Green Blue C M Y K H S L
Decimal 234 212 49 0 0.09 0.79 0.08 52.86 0.81 0.55
Hex EA D4 31 0 9 4F 8 35 51 37
Octal 352 324 61 0 11 117 10 65 121 67
Binary 11101010 11010100 110001 0 1001 1001111 1000 110101 1010001 110111

Color Harmonies of #EAD431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD431

Black with #EAD431

Text Example


Text Example

White with #EAD431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD431; }

 p { color: rgb(234,212,49); }

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

background-color css

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

 a { background-color: rgb(234,212,49); }

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

border-color css

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

 span { border-color: rgb(234,212,49); }

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