Html Css Color HEX #EDF075 Dolly

📋 copy color: '#EDF075'

red 237 ◦ green 240 ◦ blue 117

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

Shades of Dolly #EDF075

Tints of Dolly #EDF075

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.4%

 BLUE value IS 117 (46.09% from 255) = 19.7%

R = 39.9%
G = 40.4%
B = 19.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EDF075 (or 0xEDF075) is known color: Dolly. HEX triplet: ED, F0 and 75. RGB value is (237,240,117). Sum of RGB (Red+Green+Blue) = 237+240+117=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 117 (46.09% from 255 or 19.70% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF075 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF075 is #120F8A. Grayscale: #E1E1E1. Windows color (decimal): -1183627 or 7729389. OLE color: 7729389.

HSL color Cylindrical-coordinate representation of color #EDF075: hue angle of 61.46º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDF075 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 117 -
CMYK 0.01 0 0.51 0.06
HSL 61.46º 0.8% 0.7% -
HSV(B) 61.46º 0.51% 0.94% -
XYZ 69.3 81.61 28.93 -
YUV 225.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 237 240 117 0.01 0 0.51 0.06 61.46 0.8 0.7
Hex ED F0 75 1 0 33 6 3D 50 46
Octal 355 360 165 1 0 63 6 75 120 106
Binary 11101101 11110000 1110101 1 0 110011 110 111101 1010000 1000110

Color Harmonies of #EDF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF075

Black with #EDF075

Text Example


Text Example

White with #EDF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF075; }

 p { color: rgb(237,240,117); }

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

background-color css

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

 a { background-color: rgb(237,240,117); }

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

border-color css

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

 span { border-color: rgb(237,240,117); }

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