Html Css Color HEX #EDEE73 Dolly

📋 copy color: '#EDEE73'

red 237 ◦ green 238 ◦ blue 115

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

Shades of Dolly #EDEE73

Tints of Dolly #EDEE73

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.34%

 BLUE value IS 115 (45.31% from 255) = 19.49%

R = 40.17%
G = 40.34%
B = 19.49%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDEE73 (or 0xEDEE73) is known color: Dolly. HEX triplet: ED, EE and 73. RGB value is (237,238,115). Sum of RGB (Red+Green+Blue) = 237+238+115=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE73 is #12118C. Grayscale: #E0E0E0. Windows color (decimal): -1184141 or 7597805. OLE color: 7597805.

HSL color Cylindrical-coordinate representation of color #EDEE73: hue angle of 60.49º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDEE73 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 115 -
CMYK 0.00 0 0.52 0.07
HSL 60.49º 0.78% 0.69% -
HSV(B) 60.49º 0.52% 0.93% -
XYZ 68.59 80.39 28.12 -
YUV 223.68 66.67 137.5 -
System Red Green Blue C M Y K H S L
Decimal 237 238 115 0.00 0 0.52 0.07 60.49 0.78 0.69
Hex ED EE 73 0 0 34 7 3C 4E 45
Octal 355 356 163 0 0 64 7 74 116 105
Binary 11101101 11101110 1110011 0 0 110100 111 111100 1001110 1000101

Color Harmonies of #EDEE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE73

Black with #EDEE73

Text Example


Text Example

White with #EDEE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE73; }

 p { color: rgb(237,238,115); }

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

background-color css

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

 a { background-color: rgb(237,238,115); }

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

border-color css

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

 span { border-color: rgb(237,238,115); }

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