Html Css Color HEX #E6A94B Rob Roy

📋 copy color: '#E6A94B'

red 230 ◦ green 169 ◦ blue 75

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

Shades of Rob Roy #E6A94B

Tints of Rob Roy #E6A94B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.65%

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

R = 48.52%
G = 35.65%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6A94B (or 0xE6A94B) is known color: Rob Roy. HEX triplet: E6, A9 and 4B. RGB value is (230,169,75). Sum of RGB (Red+Green+Blue) = 230+169+75=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A94B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A94B is #1956B4. Grayscale: #B0B0B0. Windows color (decimal): -1660597 or 4958694. OLE color: 4958694.

HSL color Cylindrical-coordinate representation of color #E6A94B: hue angle of 36.39º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6A94B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 169 75 -
CMYK 0 0.27 0.67 0.10
HSL 36.39º 0.76% 0.6% -
HSV(B) 36.39º 0.67% 0.9% -
XYZ 48.09 45.71 12.94 -
YUV 176.52 70.71 166.14 -
System Red Green Blue C M Y K H S L
Decimal 230 169 75 0 0.27 0.67 0.10 36.39 0.76 0.6
Hex E6 A9 4B 0 1B 43 A 24 4C 3C
Octal 346 251 113 0 33 103 12 44 114 74
Binary 11100110 10101001 1001011 0 11011 1000011 1010 100100 1001100 111100

Color Harmonies of #E6A94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A94B

Black with #E6A94B

Text Example


Text Example

White with #E6A94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A94B; }

 p { color: rgb(230,169,75); }

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

background-color css

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

 a { background-color: rgb(230,169,75); }

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

border-color css

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

 span { border-color: rgb(230,169,75); }

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