Html Css Color HEX #EDF927 Golden Fizz

📋 copy color: '#EDF927'

red 237 ◦ green 249 ◦ blue 39

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

Shades of Golden Fizz #EDF927

Tints of Golden Fizz #EDF927

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.43%

 BLUE value IS 39 (15.63% from 255) = 7.43%

R = 45.14%
G = 47.43%
B = 7.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#EDF927 (or 0xEDF927) is known color: Golden Fizz. HEX triplet: ED, F9 and 27. RGB value is (237,249,39). Sum of RGB (Red+Green+Blue) = 237+249+39=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 39 (15.62% from 255 or 7.43% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF927 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF927 is #1206D8. Grayscale: #DEDEDE. Windows color (decimal): -1181401 or 2619885. OLE color: 2619885.

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

Color convert

RGB 237 249 39 -
CMYK 0.05 0 0.84 0.02
HSL 63.43º 0.95% 0.56% -
HSV(B) 63.43º 0.84% 0.98% -
XYZ 69.17 85.9 14.85 -
YUV 221.47 25.02 139.08 -
System Red Green Blue C M Y K H S L
Decimal 237 249 39 0.05 0 0.84 0.02 63.43 0.95 0.56
Hex ED F9 27 5 0 54 2 3F 5F 38
Octal 355 371 47 5 0 124 2 77 137 70
Binary 11101101 11111001 100111 101 0 1010100 10 111111 1011111 111000

Color Harmonies of #EDF927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF927

Black with #EDF927

Text Example


Text Example

White with #EDF927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF927; }

 p { color: rgb(237,249,39); }

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

background-color css

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

 a { background-color: rgb(237,249,39); }

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

border-color css

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

 span { border-color: rgb(237,249,39); }

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