Html Css Color HEX #E0B04B Rob Roy

📋 copy color: '#E0B04B'

red 224 ◦ green 176 ◦ blue 75

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

Shades of Rob Roy #E0B04B

Tints of Rob Roy #E0B04B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.05%

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 47.16%
G = 37.05%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0B04B (or 0xE0B04B) is known color: Rob Roy. HEX triplet: E0, B0 and 4B. RGB value is (224,176,75). Sum of RGB (Red+Green+Blue) = 224+176+75=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B04B is #1F4FB4. Grayscale: #B3B3B3. Windows color (decimal): -2052021 or 4960480. OLE color: 4960480.

HSL color Cylindrical-coordinate representation of color #E0B04B: hue angle of 40.67º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0B04B is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 75 -
CMYK 0 0.21 0.67 0.12
HSL 40.67º 0.71% 0.59% -
HSV(B) 40.67º 0.67% 0.88% -
XYZ 47.54 47.41 13.3 -
YUV 178.84 69.4 160.21 -
System Red Green Blue C M Y K H S L
Decimal 224 176 75 0 0.21 0.67 0.12 40.67 0.71 0.59
Hex E0 B0 4B 0 15 43 C 29 47 3B
Octal 340 260 113 0 25 103 14 51 107 73
Binary 11100000 10110000 1001011 0 10101 1000011 1100 101001 1000111 111011

Color Harmonies of #E0B04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B04B

Black with #E0B04B

Text Example


Text Example

White with #E0B04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B04B; }

 p { color: rgb(224,176,75); }

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

background-color css

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

 a { background-color: rgb(224,176,75); }

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

border-color css

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

 span { border-color: rgb(224,176,75); }

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