Html Css Color HEX #EDF332 Golden Fizz

📋 copy color: '#EDF332'

red 237 ◦ green 243 ◦ blue 50

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

Shades of Golden Fizz #EDF332

Tints of Golden Fizz #EDF332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.43%

R = 44.72%
G = 45.85%
B = 9.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#EDF332 (or 0xEDF332) is known color: Golden Fizz. HEX triplet: ED, F3 and 32. RGB value is (237,243,50). Sum of RGB (Red+Green+Blue) = 237+243+50=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF332 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF332 is #120CCD. Grayscale: #DBDBDB. Windows color (decimal): -1182926 or 3339245. OLE color: 3339245.

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

Color convert

RGB 237 243 50 -
CMYK 0.02 0 0.79 0.05
HSL 61.87º 0.89% 0.57% -
HSV(B) 61.87º 0.79% 0.95% -
XYZ 67.55 82.34 15.35 -
YUV 219.2 32.51 140.69 -
System Red Green Blue C M Y K H S L
Decimal 237 243 50 0.02 0 0.79 0.05 61.87 0.89 0.57
Hex ED F3 32 2 0 4F 5 3E 59 39
Octal 355 363 62 2 0 117 5 76 131 71
Binary 11101101 11110011 110010 10 0 1001111 101 111110 1011001 111001

Color Harmonies of #EDF332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF332

Black with #EDF332

Text Example


Text Example

White with #EDF332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF332; }

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

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

background-color css

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

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

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

border-color css

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

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

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