Html Css Color HEX #EDF832 Golden Fizz

📋 copy color: '#EDF832'

red 237 ◦ green 248 ◦ blue 50

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

Shades of Golden Fizz #EDF832

Tints of Golden Fizz #EDF832

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.36%

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

R = 44.3%
G = 46.36%
B = 9.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#EDF832 (or 0xEDF832) is known color: Golden Fizz. HEX triplet: ED, F8 and 32. RGB value is (237,248,50). Sum of RGB (Red+Green+Blue) = 237+248+50=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 50 (19.92% from 255 or 9.35% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF832 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF832 is #1207CD. Grayscale: #DEDEDE. Windows color (decimal): -1181646 or 3340525. OLE color: 3340525.

HSL color Cylindrical-coordinate representation of color #EDF832: hue angle of 63.33º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDF832 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 50 -
CMYK 0.04 0 0.80 0.03
HSL 63.33º 0.93% 0.58% -
HSV(B) 63.33º 0.8% 0.97% -
XYZ 69.07 85.37 15.86 -
YUV 222.14 30.86 138.6 -
System Red Green Blue C M Y K H S L
Decimal 237 248 50 0.04 0 0.80 0.03 63.33 0.93 0.58
Hex ED F8 32 4 0 50 3 3F 5D 3A
Octal 355 370 62 4 0 120 3 77 135 72
Binary 11101101 11111000 110010 100 0 1010000 11 111111 1011101 111010

Color Harmonies of #EDF832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF832

Black with #EDF832

Text Example


Text Example

White with #EDF832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF832; }

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

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

background-color css

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

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

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

border-color css

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

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

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