Html Css Color HEX #E0D516 Barberry

📋 copy color: '#E0D516'

red 224 ◦ green 213 ◦ blue 22

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

Shades of Barberry #E0D516

Tints of Barberry #E0D516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.79%

R = 48.8%
G = 46.41%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E0D516 (or 0xE0D516) is known color: Barberry. HEX triplet: E0, D5 and 16. RGB value is (224,213,22). Sum of RGB (Red+Green+Blue) = 224+213+22=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D516 is #1F2AE9. Grayscale: #C3C3C3. Windows color (decimal): -2042602 or 1496544. OLE color: 1496544.

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

Color convert

RGB 224 213 22 -
CMYK 0 0.05 0.90 0.12
HSL 56.73º 0.82% 0.48% -
HSV(B) 56.73º 0.9% 0.88% -
XYZ 54.68 63.49 10.13 -
YUV 194.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 224 213 22 0 0.05 0.90 0.12 56.73 0.82 0.48
Hex E0 D5 16 0 5 5A C 39 52 30
Octal 340 325 26 0 5 132 14 71 122 60
Binary 11100000 11010101 10110 0 101 1011010 1100 111001 1010010 110000

Color Harmonies of #E0D516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D516

Black with #E0D516

Text Example


Text Example

White with #E0D516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D516; }

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

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

background-color css

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

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

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

border-color css

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

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

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