Html Css Color HEX #EADE1B Golden Fizz

📋 copy color: '#EADE1B'

red 234 ◦ green 222 ◦ blue 27

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

Shades of Golden Fizz #EADE1B

Tints of Golden Fizz #EADE1B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.96%

 BLUE value IS 27 (10.94% from 255) = 5.59%

R = 48.45%
G = 45.96%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EADE1B (or 0xEADE1B) is known color: Golden Fizz. HEX triplet: EA, DE and 1B. RGB value is (234,222,27). Sum of RGB (Red+Green+Blue) = 234+222+27=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE1B is #1521E4. Grayscale: #CCCCCC. Windows color (decimal): -1384933 or 1826538. OLE color: 1826538.

HSL color Cylindrical-coordinate representation of color #EADE1B: hue angle of 56.52º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EADE1B is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 222 27 -
CMYK 0 0.05 0.88 0.08
HSL 56.52º 0.83% 0.51% -
HSV(B) 56.52º 0.88% 0.92% -
XYZ 60.25 69.81 11.34 -
YUV 203.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 234 222 27 0 0.05 0.88 0.08 56.52 0.83 0.51
Hex EA DE 1B 0 5 58 8 39 53 33
Octal 352 336 33 0 5 130 10 71 123 63
Binary 11101010 11011110 11011 0 101 1011000 1000 111001 1010011 110011

Color Harmonies of #EADE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE1B

Black with #EADE1B

Text Example


Text Example

White with #EADE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE1B; }

 p { color: rgb(234,222,27); }

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

background-color css

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

 a { background-color: rgb(234,222,27); }

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

border-color css

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

 span { border-color: rgb(234,222,27); }

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