Html Css Color HEX #EDF926 Golden Fizz

📋 copy color: '#EDF926'

red 237 ◦ green 249 ◦ blue 38

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

Shades of Golden Fizz #EDF926

Tints of Golden Fizz #EDF926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.25%

R = 45.23%
G = 47.52%
B = 7.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#EDF926 (or 0xEDF926) is known color: Golden Fizz. HEX triplet: ED, F9 and 26. RGB value is (237,249,38). Sum of RGB (Red+Green+Blue) = 237+249+38=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 38 (15.23% from 255 or 7.25% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF926 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF926 is #1206D9. Grayscale: #DEDEDE. Windows color (decimal): -1181402 or 2554349. OLE color: 2554349.

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

Color convert

RGB 237 249 38 -
CMYK 0.05 0 0.85 0.02
HSL 63.41º 0.95% 0.56% -
HSV(B) 63.41º 0.85% 0.98% -
XYZ 69.15 85.9 14.77 -
YUV 221.36 24.52 139.16 -
System Red Green Blue C M Y K H S L
Decimal 237 249 38 0.05 0 0.85 0.02 63.41 0.95 0.56
Hex ED F9 26 5 0 55 2 3F 5F 38
Octal 355 371 46 5 0 125 2 77 137 70
Binary 11101101 11111001 100110 101 0 1010101 10 111111 1011111 111000

Color Harmonies of #EDF926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF926

Black with #EDF926

Text Example


Text Example

White with #EDF926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF926; }

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

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

background-color css

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

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

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

border-color css

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

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

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