Html Css Color HEX #E5B05A Rob Roy

📋 copy color: '#E5B05A'

red 229 ◦ green 176 ◦ blue 90

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

Shades of Rob Roy #E5B05A

Tints of Rob Roy #E5B05A

RGB

 RED value IS 229 (89.84% from 255) = 46.26%

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

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 46.26%
G = 35.56%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5B05A (or 0xE5B05A) is known color: Rob Roy. HEX triplet: E5, B0 and 5A. RGB value is (229,176,90). Sum of RGB (Red+Green+Blue) = 229+176+90=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B05A is #1A4FA5. Grayscale: #B6B6B6. Windows color (decimal): -1724326 or 5943525. OLE color: 5943525.

HSL color Cylindrical-coordinate representation of color #E5B05A: hue angle of 37.12º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5B05A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 176 90 -
CMYK 0 0.23 0.61 0.10
HSL 37.12º 0.73% 0.63% -
HSV(B) 37.12º 0.61% 0.9% -
XYZ 49.68 48.45 16.41 -
YUV 182.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 229 176 90 0 0.23 0.61 0.10 37.12 0.73 0.63
Hex E5 B0 5A 0 17 3D A 25 49 3F
Octal 345 260 132 0 27 75 12 45 111 77
Binary 11100101 10110000 1011010 0 10111 111101 1010 100101 1001001 111111

Color Harmonies of #E5B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B05A

Black with #E5B05A

Text Example


Text Example

White with #E5B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B05A; }

 p { color: rgb(229,176,90); }

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

background-color css

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

 a { background-color: rgb(229,176,90); }

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

border-color css

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

 span { border-color: rgb(229,176,90); }

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