Html Css Color HEX #EDF538 Golden Fizz

📋 copy color: '#EDF538'

red 237 ◦ green 245 ◦ blue 56

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

Shades of Golden Fizz #EDF538

Tints of Golden Fizz #EDF538

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.54%

 BLUE value IS 56 (22.27% from 255) = 10.41%

R = 44.05%
G = 45.54%
B = 10.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#EDF538 (or 0xEDF538) is known color: Golden Fizz. HEX triplet: ED, F5 and 38. RGB value is (237,245,56). Sum of RGB (Red+Green+Blue) = 237+245+56=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 56 (22.27% from 255 or 10.41% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF538 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF538 is #120AC7. Grayscale: #DDDDDD. Windows color (decimal): -1182408 or 3732973. OLE color: 3732973.

HSL color Cylindrical-coordinate representation of color #EDF538: hue angle of 62.54º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDF538 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 56 -
CMYK 0.03 0 0.77 0.04
HSL 62.54º 0.9% 0.59% -
HSV(B) 62.54º 0.77% 0.96% -
XYZ 68.29 83.59 16.28 -
YUV 221.06 34.85 139.37 -
System Red Green Blue C M Y K H S L
Decimal 237 245 56 0.03 0 0.77 0.04 62.54 0.9 0.59
Hex ED F5 38 3 0 4D 4 3F 5A 3B
Octal 355 365 70 3 0 115 4 77 132 73
Binary 11101101 11110101 111000 11 0 1001101 100 111111 1011010 111011

Color Harmonies of #EDF538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF538

Black with #EDF538

Text Example


Text Example

White with #EDF538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF538; }

 p { color: rgb(237,245,56); }

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

background-color css

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

 a { background-color: rgb(237,245,56); }

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

border-color css

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

 span { border-color: rgb(237,245,56); }

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