Html Css Color HEX #EDF67E Dolly

📋 copy color: '#EDF67E'

red 237 ◦ green 246 ◦ blue 126

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

Shades of Dolly #EDF67E

Tints of Dolly #EDF67E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.39%

 BLUE value IS 126 (49.61% from 255) = 20.69%

R = 38.92%
G = 40.39%
B = 20.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#EDF67E (or 0xEDF67E) is known color: Dolly. HEX triplet: ED, F6 and 7E. RGB value is (237,246,126). Sum of RGB (Red+Green+Blue) = 237+246+126=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 126 (49.61% from 255 or 20.69% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF67E is #120981. Grayscale: #E6E6E6. Windows color (decimal): -1182082 or 8320749. OLE color: 8320749.

HSL color Cylindrical-coordinate representation of color #EDF67E: hue angle of 64.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF67E is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 126 -
CMYK 0.04 0 0.49 0.04
HSL 64.5º 0.87% 0.73% -
HSV(B) 64.5º 0.49% 0.96% -
XYZ 71.65 85.42 32.45 -
YUV 229.63 69.52 133.26 -
System Red Green Blue C M Y K H S L
Decimal 237 246 126 0.04 0 0.49 0.04 64.5 0.87 0.73
Hex ED F6 7E 4 0 31 4 40 57 49
Octal 355 366 176 4 0 61 4 100 127 111
Binary 11101101 11110110 1111110 100 0 110001 100 1000000 1010111 1001001

Color Harmonies of #EDF67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF67E

Black with #EDF67E

Text Example


Text Example

White with #EDF67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF67E; }

 p { color: rgb(237,246,126); }

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

background-color css

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

 a { background-color: rgb(237,246,126); }

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

border-color css

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

 span { border-color: rgb(237,246,126); }

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