Html Css Color HEX #E1D714 Barberry

📋 copy color: '#E1D714'

red 225 ◦ green 215 ◦ blue 20

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

Shades of Barberry #E1D714

Tints of Barberry #E1D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

 BLUE value IS 20 (8.2% from 255) = 4.35%

R = 48.91%
G = 46.74%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1D714 (or 0xE1D714) is known color: Barberry. HEX triplet: E1, D7 and 14. RGB value is (225,215,20). Sum of RGB (Red+Green+Blue) = 225+215+20=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 20 (8.20% from 255 or 4.35% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D714 is #1E28EB. Grayscale: #C4C4C4. Windows color (decimal): -1976556 or 1365985. OLE color: 1365985.

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

Color convert

RGB 225 215 20 -
CMYK 0 0.04 0.91 0.12
HSL 57.07º 0.84% 0.48% -
HSV(B) 57.07º 0.91% 0.88% -
XYZ 55.48 64.66 10.22 -
YUV 195.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 225 215 20 0 0.04 0.91 0.12 57.07 0.84 0.48
Hex E1 D7 14 0 4 5B C 39 54 30
Octal 341 327 24 0 4 133 14 71 124 60
Binary 11100001 11010111 10100 0 100 1011011 1100 111001 1010100 110000

Color Harmonies of #E1D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D714

Black with #E1D714

Text Example


Text Example

White with #E1D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D714; }

 p { color: rgb(225,215,20); }

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

background-color css

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

 a { background-color: rgb(225,215,20); }

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

border-color css

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

 span { border-color: rgb(225,215,20); }

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