Html Css Color HEX #EBED75 Dolly

📋 copy color: '#EBED75'

red 235 ◦ green 237 ◦ blue 117

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

Shades of Dolly #EBED75

Tints of Dolly #EBED75

RGB

 RED value IS 235 (92.19% from 255) = 39.9%

 GREEN value IS 237 (92.97% from 255) = 40.24%

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

R = 39.9%
G = 40.24%
B = 19.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EBED75 (or 0xEBED75) is known color: Dolly. HEX triplet: EB, ED and 75. RGB value is (235,237,117). Sum of RGB (Red+Green+Blue) = 235+237+117=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED75 is #14128A. Grayscale: #DFDFDF. Windows color (decimal): -1315467 or 7728619. OLE color: 7728619.

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

Color convert

RGB 235 237 117 -
CMYK 0.01 0 0.51 0.07
HSL 61º 0.77% 0.69% -
HSV(B) 61º 0.51% 0.93% -
XYZ 67.76 79.51 28.61 -
YUV 222.72 68.34 136.76 -
System Red Green Blue C M Y K H S L
Decimal 235 237 117 0.01 0 0.51 0.07 61 0.77 0.69
Hex EB ED 75 1 0 33 7 3D 4D 45
Octal 353 355 165 1 0 63 7 75 115 105
Binary 11101011 11101101 1110101 1 0 110011 111 111101 1001101 1000101

Color Harmonies of #EBED75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED75

Black with #EBED75

Text Example


Text Example

White with #EBED75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED75; }

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

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

background-color css

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

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

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

border-color css

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

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

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