Html Css Color HEX #EDF324 Golden Fizz

📋 copy color: '#EDF324'

red 237 ◦ green 243 ◦ blue 36

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

Shades of Golden Fizz #EDF324

Tints of Golden Fizz #EDF324

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.09%

 BLUE value IS 36 (14.45% from 255) = 6.98%

R = 45.93%
G = 47.09%
B = 6.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#EDF324 (or 0xEDF324) is known color: Golden Fizz. HEX triplet: ED, F3 and 24. RGB value is (237,243,36). Sum of RGB (Red+Green+Blue) = 237+243+36=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 36 (14.45% from 255 or 6.98% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF324 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF324 is #120CDB. Grayscale: #DADADA. Windows color (decimal): -1182940 or 2421741. OLE color: 2421741.

HSL color Cylindrical-coordinate representation of color #EDF324: hue angle of 61.74º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDF324 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 36 -
CMYK 0.02 0 0.85 0.05
HSL 61.74º 0.9% 0.55% -
HSV(B) 61.74º 0.85% 0.95% -
XYZ 67.29 82.23 13.99 -
YUV 217.61 25.51 141.83 -
System Red Green Blue C M Y K H S L
Decimal 237 243 36 0.02 0 0.85 0.05 61.74 0.9 0.55
Hex ED F3 24 2 0 55 5 3E 5A 37
Octal 355 363 44 2 0 125 5 76 132 67
Binary 11101101 11110011 100100 10 0 1010101 101 111110 1011010 110111

Color Harmonies of #EDF324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF324

Black with #EDF324

Text Example


Text Example

White with #EDF324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF324; }

 p { color: rgb(237,243,36); }

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

background-color css

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

 a { background-color: rgb(237,243,36); }

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

border-color css

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

 span { border-color: rgb(237,243,36); }

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