Html Css Color HEX #E0DC0D Barberry

📋 copy color: '#E0DC0D'

red 224 ◦ green 220 ◦ blue 13

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

Shades of Barberry #E0DC0D

Tints of Barberry #E0DC0D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.14%

 BLUE value IS 13 (5.47% from 255) = 2.84%

R = 49.02%
G = 48.14%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E0DC0D (or 0xE0DC0D) is known color: Barberry. HEX triplet: E0, DC and 0D. RGB value is (224,220,13). Sum of RGB (Red+Green+Blue) = 224+220+13=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 13 (5.47% from 255 or 2.84% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DC0D is #1F23F2. Grayscale: #C6C6C6. Windows color (decimal): -2040819 or 908512. OLE color: 908512.

HSL color Cylindrical-coordinate representation of color #E0DC0D: hue angle of 58.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0DC0D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 220 13 -
CMYK 0 0.02 0.94 0.12
HSL 58.86º 0.89% 0.46% -
HSV(B) 58.86º 0.94% 0.88% -
XYZ 56.41 67.06 10.35 -
YUV 197.6 23.83 146.83 -
System Red Green Blue C M Y K H S L
Decimal 224 220 13 0 0.02 0.94 0.12 58.86 0.89 0.46
Hex E0 DC D 0 2 5E C 3B 59 2E
Octal 340 334 15 0 2 136 14 73 131 56
Binary 11100000 11011100 1101 0 10 1011110 1100 111011 1011001 101110

Color Harmonies of #E0DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DC0D

Black with #E0DC0D

Text Example


Text Example

White with #E0DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DC0D; }

 p { color: rgb(224,220,13); }

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

background-color css

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

 a { background-color: rgb(224,220,13); }

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

border-color css

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

 span { border-color: rgb(224,220,13); }

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