Html Css Color HEX #E0B250 Rob Roy

📋 copy color: '#E0B250'

red 224 ◦ green 178 ◦ blue 80

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

Shades of Rob Roy #E0B250

Tints of Rob Roy #E0B250

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

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

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 46.47%
G = 36.93%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0B250 (or 0xE0B250) is known color: Rob Roy. HEX triplet: E0, B2 and 50. RGB value is (224,178,80). Sum of RGB (Red+Green+Blue) = 224+178+80=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0B250 is #1F4DAF. Grayscale: #B5B5B5. Windows color (decimal): -2051504 or 5288672. OLE color: 5288672.

HSL color Cylindrical-coordinate representation of color #E0B250: hue angle of 40.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0B250 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 178 80 -
CMYK 0 0.21 0.64 0.12
HSL 40.83º 0.7% 0.6% -
HSV(B) 40.83º 0.64% 0.88% -
XYZ 48.11 48.27 14.37 -
YUV 180.58 71.24 158.97 -
System Red Green Blue C M Y K H S L
Decimal 224 178 80 0 0.21 0.64 0.12 40.83 0.7 0.6
Hex E0 B2 50 0 15 40 C 29 46 3C
Octal 340 262 120 0 25 100 14 51 106 74
Binary 11100000 10110010 1010000 0 10101 1000000 1100 101001 1000110 111100

Color Harmonies of #E0B250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B250

Black with #E0B250

Text Example


Text Example

White with #E0B250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B250; }

 p { color: rgb(224,178,80); }

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

background-color css

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

 a { background-color: rgb(224,178,80); }

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

border-color css

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

 span { border-color: rgb(224,178,80); }

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