Html Css Color HEX #EDE034 Golden Fizz

📋 copy color: '#EDE034'

red 237 ◦ green 224 ◦ blue 52

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

Shades of Golden Fizz #EDE034

Tints of Golden Fizz #EDE034

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.66%

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

R = 46.2%
G = 43.66%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDE034 (or 0xEDE034) is known color: Golden Fizz. HEX triplet: ED, E0 and 34. RGB value is (237,224,52). Sum of RGB (Red+Green+Blue) = 237+224+52=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 52 (20.70% from 255 or 10.14% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE034 is #121FCB. Grayscale: #D0D0D0. Windows color (decimal): -1187788 or 3465453. OLE color: 3465453.

HSL color Cylindrical-coordinate representation of color #EDE034: hue angle of 55.78º 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 #EDE034 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 52 -
CMYK 0 0.05 0.78 0.07
HSL 55.78º 0.84% 0.57% -
HSV(B) 55.78º 0.78% 0.93% -
XYZ 62.2 71.56 13.78 -
YUV 208.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 237 224 52 0 0.05 0.78 0.07 55.78 0.84 0.57
Hex ED E0 34 0 5 4E 7 38 54 39
Octal 355 340 64 0 5 116 7 70 124 71
Binary 11101101 11100000 110100 0 101 1001110 111 111000 1010100 111001

Color Harmonies of #EDE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE034

Black with #EDE034

Text Example


Text Example

White with #EDE034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE034; }

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

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

background-color css

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

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

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

border-color css

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

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

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