Html Css Color HEX #EDE771 Dolly

📋 copy color: '#EDE771'

red 237 ◦ green 231 ◦ blue 113

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

Shades of Dolly #EDE771

Tints of Dolly #EDE771

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.76%

 BLUE value IS 113 (44.53% from 255) = 19.45%

R = 40.79%
G = 39.76%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDE771 (or 0xEDE771) is known color: Dolly. HEX triplet: ED, E7 and 71. RGB value is (237,231,113). Sum of RGB (Red+Green+Blue) = 237+231+113=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE771 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE771 is #12188E. Grayscale: #DBDBDB. Windows color (decimal): -1185935 or 7464941. OLE color: 7464941.

HSL color Cylindrical-coordinate representation of color #EDE771: hue angle of 57.1º degrees, saturation: 0.77, 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 #EDE771 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 113 -
CMYK 0 0.03 0.52 0.07
HSL 57.1º 0.78% 0.69% -
HSV(B) 57.1º 0.52% 0.93% -
XYZ 66.48 76.35 26.86 -
YUV 219.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 237 231 113 0 0.03 0.52 0.07 57.1 0.78 0.69
Hex ED E7 71 0 3 34 7 39 4E 45
Octal 355 347 161 0 3 64 7 71 116 105
Binary 11101101 11100111 1110001 0 11 110100 111 111001 1001110 1000101

Color Harmonies of #EDE771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE771

Black with #EDE771

Text Example


Text Example

White with #EDE771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE771; }

 p { color: rgb(237,231,113); }

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

background-color css

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

 a { background-color: rgb(237,231,113); }

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

border-color css

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

 span { border-color: rgb(237,231,113); }

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