Html Css Color HEX #EDEA34 Golden Fizz

📋 copy color: '#EDEA34'

red 237 ◦ green 234 ◦ blue 52

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

Shades of Golden Fizz #EDEA34

Tints of Golden Fizz #EDEA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.94%

R = 45.32%
G = 44.74%
B = 9.94%

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

#EDEA34 (or 0xEDEA34) is known color: Golden Fizz. HEX triplet: ED, EA and 34. RGB value is (237,234,52). Sum of RGB (Red+Green+Blue) = 237+234+52=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 52 (20.70% from 255 or 9.94% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA34 is #1215CB. Grayscale: #D6D6D6. Windows color (decimal): -1185228 or 3468013. OLE color: 3468013.

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

Color convert

RGB 237 234 52 -
CMYK 0 0.01 0.78 0.07
HSL 59.03º 0.84% 0.57% -
HSV(B) 59.03º 0.78% 0.93% -
XYZ 64.97 77.1 14.71 -
YUV 214.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 237 234 52 0 0.01 0.78 0.07 59.03 0.84 0.57
Hex ED EA 34 0 1 4E 7 3B 54 39
Octal 355 352 64 0 1 116 7 73 124 71
Binary 11101101 11101010 110100 0 1 1001110 111 111011 1010100 111001

Color Harmonies of #EDEA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA34

Black with #EDEA34

Text Example


Text Example

White with #EDEA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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