Html Css Color HEX #EDEA33 Golden Fizz

📋 copy color: '#EDEA33'

red 237 ◦ green 234 ◦ blue 51

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

Shades of Golden Fizz #EDEA33

Tints of Golden Fizz #EDEA33

RGB

 RED value IS 237 (92.97% from 255) = 45.4%

 GREEN value IS 234 (91.8% from 255) = 44.83%

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

R = 45.4%
G = 44.83%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDEA33 (or 0xEDEA33) is known color: Golden Fizz. HEX triplet: ED, EA and 33. RGB value is (237,234,51). Sum of RGB (Red+Green+Blue) = 237+234+51=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 234 (91.80% from 255 or 44.83% from 522); Blue value is 51 (20.31% from 255 or 9.77% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA33 is #1215CC. Grayscale: #D6D6D6. Windows color (decimal): -1185229 or 3402477. OLE color: 3402477.

HSL color Cylindrical-coordinate representation of color #EDEA33: hue angle of 59.03º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDEA33 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 51 -
CMYK 0 0.01 0.78 0.07
HSL 59.03º 0.84% 0.56% -
HSV(B) 59.03º 0.78% 0.93% -
XYZ 64.95 77.09 14.59 -
YUV 214.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 237 234 51 0 0.01 0.78 0.07 59.03 0.84 0.56
Hex ED EA 33 0 1 4E 7 3B 54 38
Octal 355 352 63 0 1 116 7 73 124 70
Binary 11101101 11101010 110011 0 1 1001110 111 111011 1010100 111000

Color Harmonies of #EDEA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA33

Black with #EDEA33

Text Example


Text Example

White with #EDEA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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