Html Css Color HEX #EDF338 Golden Fizz

📋 copy color: '#EDF338'

red 237 ◦ green 243 ◦ blue 56

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

Shades of Golden Fizz #EDF338

Tints of Golden Fizz #EDF338

RGB

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

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

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

R = 44.22%
G = 45.34%
B = 10.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#EDF338 (or 0xEDF338) is known color: Golden Fizz. HEX triplet: ED, F3 and 38. RGB value is (237,243,56). Sum of RGB (Red+Green+Blue) = 237+243+56=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 56 (22.27% from 255 or 10.45% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF338 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF338 is #120CC7. Grayscale: #DCDCDC. Windows color (decimal): -1182920 or 3732461. OLE color: 3732461.

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

Color convert

RGB 237 243 56 -
CMYK 0.02 0 0.77 0.05
HSL 61.93º 0.89% 0.59% -
HSV(B) 61.93º 0.77% 0.95% -
XYZ 67.69 82.39 16.08 -
YUV 219.89 35.51 140.21 -
System Red Green Blue C M Y K H S L
Decimal 237 243 56 0.02 0 0.77 0.05 61.93 0.89 0.59
Hex ED F3 38 2 0 4D 5 3E 59 3B
Octal 355 363 70 2 0 115 5 76 131 73
Binary 11101101 11110011 111000 10 0 1001101 101 111110 1011001 111011

Color Harmonies of #EDF338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF338

Black with #EDF338

Text Example


Text Example

White with #EDF338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF338; }

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

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

background-color css

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

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

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

border-color css

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

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

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