Html Css Color HEX #EDF57A Dolly

📋 copy color: '#EDF57A'

red 237 ◦ green 245 ◦ blue 122

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

Shades of Dolly #EDF57A

Tints of Dolly #EDF57A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.2%

R = 39.24%
G = 40.56%
B = 20.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#EDF57A (or 0xEDF57A) is known color: Dolly. HEX triplet: ED, F5 and 7A. RGB value is (237,245,122). Sum of RGB (Red+Green+Blue) = 237+245+122=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF57A is #120A85. Grayscale: #E5E5E5. Windows color (decimal): -1182342 or 8058349. OLE color: 8058349.

HSL color Cylindrical-coordinate representation of color #EDF57A: hue angle of 63.9º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF57A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 122 -
CMYK 0.03 0 0.50 0.04
HSL 63.9º 0.86% 0.72% -
HSV(B) 63.9º 0.5% 0.96% -
XYZ 71.09 84.71 31.02 -
YUV 228.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 237 245 122 0.03 0 0.50 0.04 63.9 0.86 0.72
Hex ED F5 7A 3 0 32 4 40 56 48
Octal 355 365 172 3 0 62 4 100 126 110
Binary 11101101 11110101 1111010 11 0 110010 100 1000000 1010110 1001000

Color Harmonies of #EDF57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF57A

Black with #EDF57A

Text Example


Text Example

White with #EDF57A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF57A; }

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

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

background-color css

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

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

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

border-color css

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

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

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