Html Css Color HEX #E0D41C Barberry

📋 copy color: '#E0D41C'

red 224 ◦ green 212 ◦ blue 28

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

Shades of Barberry #E0D41C

Tints of Barberry #E0D41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.69%

 BLUE value IS 28 (11.33% from 255) = 6.03%

R = 48.28%
G = 45.69%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0D41C (or 0xE0D41C) is known color: Barberry. HEX triplet: E0, D4 and 1C. RGB value is (224,212,28). Sum of RGB (Red+Green+Blue) = 224+212+28=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D41C is #1F2BE3. Grayscale: #C3C3C3. Windows color (decimal): -2042852 or 1889504. OLE color: 1889504.

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

Color convert

RGB 224 212 28 -
CMYK 0 0.05 0.88 0.12
HSL 56.33º 0.78% 0.49% -
HSV(B) 56.33º 0.88% 0.88% -
XYZ 54.49 63.02 10.39 -
YUV 194.61 33.98 148.96 -
System Red Green Blue C M Y K H S L
Decimal 224 212 28 0 0.05 0.88 0.12 56.33 0.78 0.49
Hex E0 D4 1C 0 5 58 C 38 4E 31
Octal 340 324 34 0 5 130 14 70 116 61
Binary 11100000 11010100 11100 0 101 1011000 1100 111000 1001110 110001

Color Harmonies of #E0D41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D41C

Black with #E0D41C

Text Example


Text Example

White with #E0D41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D41C; }

 p { color: rgb(224,212,28); }

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

background-color css

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

 a { background-color: rgb(224,212,28); }

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

border-color css

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

 span { border-color: rgb(224,212,28); }

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