Html Css Color HEX #EDEA29 Golden Fizz

📋 copy color: '#EDEA29'

red 237 ◦ green 234 ◦ blue 41

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

Shades of Golden Fizz #EDEA29

Tints of Golden Fizz #EDEA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.01%

R = 46.29%
G = 45.7%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDEA29 (or 0xEDEA29) is known color: Golden Fizz. HEX triplet: ED, EA and 29. RGB value is (237,234,41). Sum of RGB (Red+Green+Blue) = 237+234+41=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 41 (16.41% from 255 or 8.01% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA29 is #1215D6. Grayscale: #D5D5D5. Windows color (decimal): -1185239 or 2747117. OLE color: 2747117.

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

Color convert

RGB 237 234 41 -
CMYK 0 0.01 0.83 0.07
HSL 59.08º 0.84% 0.55% -
HSV(B) 59.08º 0.83% 0.93% -
XYZ 64.75 77.01 13.55 -
YUV 212.9 30.99 145.19 -
System Red Green Blue C M Y K H S L
Decimal 237 234 41 0 0.01 0.83 0.07 59.08 0.84 0.55
Hex ED EA 29 0 1 53 7 3B 54 37
Octal 355 352 51 0 1 123 7 73 124 67
Binary 11101101 11101010 101001 0 1 1010011 111 111011 1010100 110111

Color Harmonies of #EDEA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA29

Black with #EDEA29

Text Example


Text Example

White with #EDEA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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