Html Css Color HEX #E6B158 Rob Roy

📋 copy color: '#E6B158'

red 230 ◦ green 177 ◦ blue 88

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

Shades of Rob Roy #E6B158

Tints of Rob Roy #E6B158

RGB

 RED value IS 230 (90.23% from 255) = 46.46%

 GREEN value IS 177 (69.53% from 255) = 35.76%

 BLUE value IS 88 (34.77% from 255) = 17.78%

R = 46.46%
G = 35.76%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E6B158 (or 0xE6B158) is known color: Rob Roy. HEX triplet: E6, B1 and 58. RGB value is (230,177,88). Sum of RGB (Red+Green+Blue) = 230+177+88=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B158 is #194EA7. Grayscale: #B7B7B7. Windows color (decimal): -1658536 or 5812710. OLE color: 5812710.

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

Color convert

RGB 230 177 88 -
CMYK 0 0.23 0.62 0.10
HSL 37.61º 0.74% 0.62% -
HSV(B) 37.61º 0.62% 0.9% -
XYZ 50.12 48.97 16.04 -
YUV 182.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 230 177 88 0 0.23 0.62 0.10 37.61 0.74 0.62
Hex E6 B1 58 0 17 3E A 26 4A 3E
Octal 346 261 130 0 27 76 12 46 112 76
Binary 11100110 10110001 1011000 0 10111 111110 1010 100110 1001010 111110

Color Harmonies of #E6B158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B158

Black with #E6B158

Text Example


Text Example

White with #E6B158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B158; }

 p { color: rgb(230,177,88); }

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

background-color css

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

 a { background-color: rgb(230,177,88); }

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

border-color css

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

 span { border-color: rgb(230,177,88); }

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