Html Css Color HEX #E1D515 Barberry

📋 copy color: '#E1D515'

red 225 ◦ green 213 ◦ blue 21

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

Shades of Barberry #E1D515

Tints of Barberry #E1D515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

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

R = 49.02%
G = 46.41%
B = 4.58%

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

#E1D515 (or 0xE1D515) is known color: Barberry. HEX triplet: E1, D5 and 15. RGB value is (225,213,21). Sum of RGB (Red+Green+Blue) = 225+213+21=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 21 (8.59% from 255 or 4.58% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D515 is #1E2AEA. Grayscale: #C3C3C3. Windows color (decimal): -1977067 or 1431009. OLE color: 1431009.

HSL color Cylindrical-coordinate representation of color #E1D515: hue angle of 56.47º 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 #E1D515 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 213 21 -
CMYK 0 0.05 0.91 0.12
HSL 56.47º 0.83% 0.48% -
HSV(B) 56.47º 0.91% 0.88% -
XYZ 54.98 63.65 10.1 -
YUV 194.7 29.98 149.61 -
System Red Green Blue C M Y K H S L
Decimal 225 213 21 0 0.05 0.91 0.12 56.47 0.83 0.48
Hex E1 D5 15 0 5 5B C 38 53 30
Octal 341 325 25 0 5 133 14 70 123 60
Binary 11100001 11010101 10101 0 101 1011011 1100 111000 1010011 110000

Color Harmonies of #E1D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D515

Black with #E1D515

Text Example


Text Example

White with #E1D515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D515; }

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

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

background-color css

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

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

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

border-color css

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

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

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