Html Css Color HEX #EDEE74 Dolly

📋 copy color: '#EDEE74'

red 237 ◦ green 238 ◦ blue 116

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

Shades of Dolly #EDEE74

Tints of Dolly #EDEE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.63%

R = 40.1%
G = 40.27%
B = 19.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDEE74 (or 0xEDEE74) is known color: Dolly. HEX triplet: ED, EE and 74. RGB value is (237,238,116). Sum of RGB (Red+Green+Blue) = 237+238+116=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 116 (45.70% from 255 or 19.63% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE74 is #12118B. Grayscale: #E0E0E0. Windows color (decimal): -1184140 or 7663341. OLE color: 7663341.

HSL color Cylindrical-coordinate representation of color #EDEE74: 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.51%. Process color model (Four color, CMYK) of #EDEE74 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 238 116 -
CMYK 0.00 0 0.51 0.07
HSL 60.49º 0.78% 0.69% -
HSV(B) 60.49º 0.51% 0.93% -
XYZ 68.65 80.41 28.43 -
YUV 223.79 67.17 137.42 -
System Red Green Blue C M Y K H S L
Decimal 237 238 116 0.00 0 0.51 0.07 60.49 0.78 0.69
Hex ED EE 74 0 0 33 7 3C 4E 45
Octal 355 356 164 0 0 63 7 74 116 105
Binary 11101101 11101110 1110100 0 0 110011 111 111100 1001110 1000101

Color Harmonies of #EDEE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE74

Black with #EDEE74

Text Example


Text Example

White with #EDEE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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