Html Css Color HEX #E1D615 Barberry

📋 copy color: '#E1D615'

red 225 ◦ green 214 ◦ blue 21

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

Shades of Barberry #E1D615

Tints of Barberry #E1D615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.52%

 BLUE value IS 21 (8.59% from 255) = 4.57%

R = 48.91%
G = 46.52%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1D615 (or 0xE1D615) is known color: Barberry. HEX triplet: E1, D6 and 15. RGB value is (225,214,21). Sum of RGB (Red+Green+Blue) = 225+214+21=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D615 is #1E29EA. Grayscale: #C4C4C4. Windows color (decimal): -1976811 or 1431265. OLE color: 1431265.

HSL color Cylindrical-coordinate representation of color #E1D615: hue angle of 56.76º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1D615 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 21 -
CMYK 0 0.05 0.91 0.12
HSL 56.76º 0.83% 0.48% -
HSV(B) 56.76º 0.91% 0.88% -
XYZ 55.23 64.15 10.18 -
YUV 195.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 225 214 21 0 0.05 0.91 0.12 56.76 0.83 0.48
Hex E1 D6 15 0 5 5B C 39 53 30
Octal 341 326 25 0 5 133 14 71 123 60
Binary 11100001 11010110 10101 0 101 1011011 1100 111001 1010011 110000

Color Harmonies of #E1D615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D615

Black with #E1D615

Text Example


Text Example

White with #E1D615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D615; }

 p { color: rgb(225,214,21); }

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

background-color css

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

 a { background-color: rgb(225,214,21); }

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

border-color css

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

 span { border-color: rgb(225,214,21); }

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