Html Css Color HEX #E2B24F Rob Roy

📋 copy color: '#E2B24F'

red 226 ◦ green 178 ◦ blue 79

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

Shades of Rob Roy #E2B24F

Tints of Rob Roy #E2B24F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

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

R = 46.79%
G = 36.85%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E2B24F (or 0xE2B24F) is known color: Rob Roy. HEX triplet: E2, B2 and 4F. RGB value is (226,178,79). Sum of RGB (Red+Green+Blue) = 226+178+79=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B24F is #1D4DB0. Grayscale: #B5B5B5. Windows color (decimal): -1920433 or 5223138. OLE color: 5223138.

HSL color Cylindrical-coordinate representation of color #E2B24F: hue angle of 40.41º 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 #E2B24F is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 178 79 -
CMYK 0 0.21 0.65 0.11
HSL 40.41º 0.72% 0.6% -
HSV(B) 40.41º 0.65% 0.89% -
XYZ 48.7 48.57 14.21 -
YUV 181.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 226 178 79 0 0.21 0.65 0.11 40.41 0.72 0.6
Hex E2 B2 4F 0 15 41 B 28 48 3C
Octal 342 262 117 0 25 101 13 50 110 74
Binary 11100010 10110010 1001111 0 10101 1000001 1011 101000 1001000 111100

Color Harmonies of #E2B24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B24F

Black with #E2B24F

Text Example


Text Example

White with #E2B24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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