Html Css Color HEX #EDF12D Golden Fizz

📋 copy color: '#EDF12D'

red 237 ◦ green 241 ◦ blue 45

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

Shades of Golden Fizz #EDF12D

Tints of Golden Fizz #EDF12D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

 BLUE value IS 45 (17.97% from 255) = 8.6%

R = 45.32%
G = 46.08%
B = 8.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#EDF12D (or 0xEDF12D) is known color: Golden Fizz. HEX triplet: ED, F1 and 2D. RGB value is (237,241,45). Sum of RGB (Red+Green+Blue) = 237+241+45=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 45 (17.97% from 255 or 8.60% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF12D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF12D is #120ED2. Grayscale: #DADADA. Windows color (decimal): -1183443 or 3011053. OLE color: 3011053.

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

Color convert

RGB 237 241 45 -
CMYK 0.02 0 0.81 0.05
HSL 61.22º 0.88% 0.56% -
HSV(B) 61.22º 0.81% 0.95% -
XYZ 66.85 81.1 14.61 -
YUV 217.46 30.67 141.94 -
System Red Green Blue C M Y K H S L
Decimal 237 241 45 0.02 0 0.81 0.05 61.22 0.88 0.56
Hex ED F1 2D 2 0 51 5 3D 58 38
Octal 355 361 55 2 0 121 5 75 130 70
Binary 11101101 11110001 101101 10 0 1010001 101 111101 1011000 111000

Color Harmonies of #EDF12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF12D

Black with #EDF12D

Text Example


Text Example

White with #EDF12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF12D; }

 p { color: rgb(237,241,45); }

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

background-color css

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

 a { background-color: rgb(237,241,45); }

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

border-color css

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

 span { border-color: rgb(237,241,45); }

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