Html Css Color HEX #E2A84F Rob Roy

📋 copy color: '#E2A84F'

red 226 ◦ green 168 ◦ blue 79

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

Shades of Rob Roy #E2A84F

Tints of Rob Roy #E2A84F

RGB

 RED value IS 226 (88.67% from 255) = 47.78%

 GREEN value IS 168 (66.02% from 255) = 35.52%

 BLUE value IS 79 (31.25% from 255) = 16.7%

R = 47.78%
G = 35.52%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2A84F (or 0xE2A84F) is known color: Rob Roy. HEX triplet: E2, A8 and 4F. RGB value is (226,168,79). Sum of RGB (Red+Green+Blue) = 226+168+79=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A84F is #1D57B0. Grayscale: #AFAFAF. Windows color (decimal): -1922993 or 5220578. OLE color: 5220578.

HSL color Cylindrical-coordinate representation of color #E2A84F: hue angle of 36.33º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2A84F is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 168 79 -
CMYK 0 0.26 0.65 0.11
HSL 36.33º 0.72% 0.6% -
HSV(B) 36.33º 0.65% 0.89% -
XYZ 46.78 44.74 13.57 -
YUV 175.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 226 168 79 0 0.26 0.65 0.11 36.33 0.72 0.6
Hex E2 A8 4F 0 1A 41 B 24 48 3C
Octal 342 250 117 0 32 101 13 44 110 74
Binary 11100010 10101000 1001111 0 11010 1000001 1011 100100 1001000 111100

Color Harmonies of #E2A84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A84F

Black with #E2A84F

Text Example


Text Example

White with #E2A84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A84F; }

 p { color: rgb(226,168,79); }

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

background-color css

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

 a { background-color: rgb(226,168,79); }

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

border-color css

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

 span { border-color: rgb(226,168,79); }

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