Html Css Color HEX #E1DB10 Barberry

📋 copy color: '#E1DB10'

red 225 ◦ green 219 ◦ blue 16

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

Shades of Barberry #E1DB10

Tints of Barberry #E1DB10

RGB

 RED value IS 225 (88.28% from 255) = 48.91%

 GREEN value IS 219 (85.94% from 255) = 47.61%

 BLUE value IS 16 (6.64% from 255) = 3.48%

R = 48.91%
G = 47.61%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1DB10 (or 0xE1DB10) is known color: Barberry. HEX triplet: E1, DB and 10. RGB value is (225,219,16). Sum of RGB (Red+Green+Blue) = 225+219+16=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1DB10 is #1E24EF. Grayscale: #C6C6C6. Windows color (decimal): -1975536 or 1104865. OLE color: 1104865.

HSL color Cylindrical-coordinate representation of color #E1DB10: hue angle of 58.28º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1DB10 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 219 16 -
CMYK 0 0.03 0.93 0.12
HSL 58.28º 0.87% 0.47% -
HSV(B) 58.28º 0.93% 0.88% -
XYZ 56.48 66.71 10.39 -
YUV 197.65 25.49 147.51 -
System Red Green Blue C M Y K H S L
Decimal 225 219 16 0 0.03 0.93 0.12 58.28 0.87 0.47
Hex E1 DB 10 0 3 5D C 3A 57 2F
Octal 341 333 20 0 3 135 14 72 127 57
Binary 11100001 11011011 10000 0 11 1011101 1100 111010 1010111 101111

Color Harmonies of #E1DB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DB10

Black with #E1DB10

Text Example


Text Example

White with #E1DB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DB10; }

 p { color: rgb(225,219,16); }

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

background-color css

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

 a { background-color: rgb(225,219,16); }

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

border-color css

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

 span { border-color: rgb(225,219,16); }

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