Html Css Color HEX #EAD430 Golden Fizz

📋 copy color: '#EAD430'

red 234 ◦ green 212 ◦ blue 48

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

Shades of Golden Fizz #EAD430

Tints of Golden Fizz #EAD430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.72%

R = 47.37%
G = 42.91%
B = 9.72%

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

#EAD430 (or 0xEAD430) is known color: Golden Fizz. HEX triplet: EA, D4 and 30. RGB value is (234,212,48). Sum of RGB (Red+Green+Blue) = 234+212+48=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 48 (19.14% from 255 or 9.72% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD430 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD430 is #152BCF. Grayscale: #C8C8C8. Windows color (decimal): -1387472 or 3200234. OLE color: 3200234.

HSL color Cylindrical-coordinate representation of color #EAD430: hue angle of 52.9º degrees, saturation: 0.82, 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 #EAD430 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 212 48 -
CMYK 0 0.09 0.79 0.08
HSL 52.9º 0.82% 0.55% -
HSV(B) 52.9º 0.79% 0.92% -
XYZ 58.01 64.79 12.25 -
YUV 199.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 234 212 48 0 0.09 0.79 0.08 52.9 0.82 0.55
Hex EA D4 30 0 9 4F 8 35 52 37
Octal 352 324 60 0 11 117 10 65 122 67
Binary 11101010 11010100 110000 0 1001 1001111 1000 110101 1010010 110111

Color Harmonies of #EAD430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD430

Black with #EAD430

Text Example


Text Example

White with #EAD430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD430; }

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

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

background-color css

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

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

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

border-color css

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

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

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