Html Css Color HEX #EDF12A Golden Fizz

📋 copy color: '#EDF12A'

red 237 ◦ green 241 ◦ blue 42

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

Shades of Golden Fizz #EDF12A

Tints of Golden Fizz #EDF12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.08%

R = 45.58%
G = 46.35%
B = 8.08%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#EDF12A (or 0xEDF12A) is known color: Golden Fizz. HEX triplet: ED, F1 and 2A. RGB value is (237,241,42). Sum of RGB (Red+Green+Blue) = 237+241+42=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 42 (16.80% from 255 or 8.08% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF12A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF12A is #120ED5. Grayscale: #D9D9D9. Windows color (decimal): -1183446 or 2814445. OLE color: 2814445.

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

Color convert

RGB 237 241 42 -
CMYK 0.02 0 0.83 0.05
HSL 61.21º 0.88% 0.55% -
HSV(B) 61.21º 0.83% 0.95% -
XYZ 66.8 81.08 14.32 -
YUV 217.12 29.17 142.18 -
System Red Green Blue C M Y K H S L
Decimal 237 241 42 0.02 0 0.83 0.05 61.21 0.88 0.55
Hex ED F1 2A 2 0 53 5 3D 58 37
Octal 355 361 52 2 0 123 5 75 130 67
Binary 11101101 11110001 101010 10 0 1010011 101 111101 1011000 110111

Color Harmonies of #EDF12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF12A

Black with #EDF12A

Text Example


Text Example

White with #EDF12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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