Html Css Color HEX #E0DB0B Barberry

📋 copy color: '#E0DB0B'

red 224 ◦ green 219 ◦ blue 11

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

Shades of Barberry #E0DB0B

Tints of Barberry #E0DB0B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 49.34%
G = 48.24%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0DB0B (or 0xE0DB0B) is known color: Barberry. HEX triplet: E0, DB and 0B. RGB value is (224,219,11). Sum of RGB (Red+Green+Blue) = 224+219+11=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0DB0B is #1F24F4. Grayscale: #C5C5C5. Windows color (decimal): -2041077 or 777184. OLE color: 777184.

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

Color convert

RGB 224 219 11 -
CMYK 0 0.02 0.95 0.12
HSL 58.59º 0.91% 0.46% -
HSV(B) 58.59º 0.95% 0.88% -
XYZ 56.13 66.53 10.2 -
YUV 196.78 23.16 147.41 -
System Red Green Blue C M Y K H S L
Decimal 224 219 11 0 0.02 0.95 0.12 58.59 0.91 0.46
Hex E0 DB B 0 2 5F C 3B 5B 2E
Octal 340 333 13 0 2 137 14 73 133 56
Binary 11100000 11011011 1011 0 10 1011111 1100 111011 1011011 101110

Color Harmonies of #E0DB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB0B

Black with #E0DB0B

Text Example


Text Example

White with #E0DB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB0B; }

 p { color: rgb(224,219,11); }

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

background-color css

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

 a { background-color: rgb(224,219,11); }

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

border-color css

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

 span { border-color: rgb(224,219,11); }

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