Html Css Color HEX #E0D31A Barberry

📋 copy color: '#E0D31A'

red 224 ◦ green 211 ◦ blue 26

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

Shades of Barberry #E0D31A

Tints of Barberry #E0D31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.64%

R = 48.59%
G = 45.77%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0D31A (or 0xE0D31A) is known color: Barberry. HEX triplet: E0, D3 and 1A. RGB value is (224,211,26). Sum of RGB (Red+Green+Blue) = 224+211+26=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D31A is #1F2CE5. Grayscale: #C2C2C2. Windows color (decimal): -2043110 or 1758176. OLE color: 1758176.

HSL color Cylindrical-coordinate representation of color #E0D31A: hue angle of 56.06º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0D31A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 211 26 -
CMYK 0 0.06 0.88 0.12
HSL 56.06º 0.79% 0.49% -
HSV(B) 56.06º 0.88% 0.88% -
XYZ 54.22 62.51 10.19 -
YUV 193.8 33.31 149.54 -
System Red Green Blue C M Y K H S L
Decimal 224 211 26 0 0.06 0.88 0.12 56.06 0.79 0.49
Hex E0 D3 1A 0 6 58 C 38 4F 31
Octal 340 323 32 0 6 130 14 70 117 61
Binary 11100000 11010011 11010 0 110 1011000 1100 111000 1001111 110001

Color Harmonies of #E0D31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D31A

Black with #E0D31A

Text Example


Text Example

White with #E0D31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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