Html Css Color HEX #E0D316 Barberry

📋 copy color: '#E0D316'

red 224 ◦ green 211 ◦ blue 22

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

Shades of Barberry #E0D316

Tints of Barberry #E0D316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.17%

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

R = 49.02%
G = 46.17%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E0D316 (or 0xE0D316) is known color: Barberry. HEX triplet: E0, D3 and 16. RGB value is (224,211,22). Sum of RGB (Red+Green+Blue) = 224+211+22=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 22 (8.98% from 255 or 4.81% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D316 is #1F2CE9. Grayscale: #C2C2C2. Windows color (decimal): -2043114 or 1496032. OLE color: 1496032.

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

Color convert

RGB 224 211 22 -
CMYK 0 0.06 0.90 0.12
HSL 56.14º 0.82% 0.48% -
HSV(B) 56.14º 0.9% 0.88% -
XYZ 54.18 62.49 9.97 -
YUV 193.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 224 211 22 0 0.06 0.90 0.12 56.14 0.82 0.48
Hex E0 D3 16 0 6 5A C 38 52 30
Octal 340 323 26 0 6 132 14 70 122 60
Binary 11100000 11010011 10110 0 110 1011010 1100 111000 1010010 110000

Color Harmonies of #E0D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D316

Black with #E0D316

Text Example


Text Example

White with #E0D316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D316; }

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

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

background-color css

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

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

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

border-color css

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

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

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