Html Css Color HEX #E0D515 Barberry

📋 copy color: '#E0D515'

red 224 ◦ green 213 ◦ blue 21

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

Shades of Barberry #E0D515

Tints of Barberry #E0D515

RGB

 RED value IS 224 (87.89% from 255) = 48.91%

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

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

R = 48.91%
G = 46.51%
B = 4.59%

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

#E0D515 (or 0xE0D515) is known color: Barberry. HEX triplet: E0, D5 and 15. RGB value is (224,213,21). Sum of RGB (Red+Green+Blue) = 224+213+21=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 21 (8.59% from 255 or 4.59% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D515 is #1F2AEA. Grayscale: #C3C3C3. Windows color (decimal): -2042603 or 1431008. OLE color: 1431008.

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

Color convert

RGB 224 213 21 -
CMYK 0 0.05 0.91 0.12
HSL 56.75º 0.83% 0.48% -
HSV(B) 56.75º 0.91% 0.88% -
XYZ 54.67 63.49 10.08 -
YUV 194.4 30.14 149.11 -
System Red Green Blue C M Y K H S L
Decimal 224 213 21 0 0.05 0.91 0.12 56.75 0.83 0.48
Hex E0 D5 15 0 5 5B C 39 53 30
Octal 340 325 25 0 5 133 14 71 123 60
Binary 11100000 11010101 10101 0 101 1011011 1100 111001 1010011 110000

Color Harmonies of #E0D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D515

Black with #E0D515

Text Example


Text Example

White with #E0D515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D515; }

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

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

background-color css

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

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

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

border-color css

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

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

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