Html Css Color HEX #EEB580 Corvette

📋 copy color: '#EEB580'

red 238 ◦ green 181 ◦ blue 128

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

Shades of Corvette #EEB580

Tints of Corvette #EEB580

RGB

 RED value IS 238 (93.36% from 255) = 43.51%

 GREEN value IS 181 (71.09% from 255) = 33.09%

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 43.51%
G = 33.09%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEB580 (or 0xEEB580) is known color: Corvette. HEX triplet: EE, B5 and 80. RGB value is (238,181,128). Sum of RGB (Red+Green+Blue) = 238+181+128=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB580 is #114A7F. Grayscale: #C0C0C0. Windows color (decimal): -1133184 or 8435182. OLE color: 8435182.

HSL color Cylindrical-coordinate representation of color #EEB580: hue angle of 28.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEB580 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 181 128 -
CMYK 0 0.24 0.46 0.07
HSL 28.91º 0.76% 0.72% -
HSV(B) 28.91º 0.46% 0.93% -
XYZ 55.68 52.78 27.68 -
YUV 192 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 238 181 128 0 0.24 0.46 0.07 28.91 0.76 0.72
Hex EE B5 80 0 18 2E 7 1D 4C 48
Octal 356 265 200 0 30 56 7 35 114 110
Binary 11101110 10110101 10000000 0 11000 101110 111 11101 1001100 1001000

Color Harmonies of #EEB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB580

Black with #EEB580

Text Example


Text Example

White with #EEB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB580; }

 p { color: rgb(238,181,128); }

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

background-color css

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

 a { background-color: rgb(238,181,128); }

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

border-color css

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

 span { border-color: rgb(238,181,128); }

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