Html Css Color HEX #EEBF80 Corvette

📋 copy color: '#EEBF80'

red 238 ◦ green 191 ◦ blue 128

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

Shades of Corvette #EEBF80

Tints of Corvette #EEBF80

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

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

R = 42.73%
G = 34.29%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEBF80 (or 0xEEBF80) is known color: Corvette. HEX triplet: EE, BF and 80. RGB value is (238,191,128). Sum of RGB (Red+Green+Blue) = 238+191+128=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBF80 is #11407F. Grayscale: #C6C6C6. Windows color (decimal): -1130624 or 8437742. OLE color: 8437742.

HSL color Cylindrical-coordinate representation of color #EEBF80: hue angle of 34.36º 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 #EEBF80 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 128 -
CMYK 0 0.20 0.46 0.07
HSL 34.36º 0.76% 0.72% -
HSV(B) 34.36º 0.46% 0.93% -
XYZ 57.79 57 28.38 -
YUV 197.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 238 191 128 0 0.20 0.46 0.07 34.36 0.76 0.72
Hex EE BF 80 0 14 2E 7 22 4C 48
Octal 356 277 200 0 24 56 7 42 114 110
Binary 11101110 10111111 10000000 0 10100 101110 111 100010 1001100 1001000

Color Harmonies of #EEBF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBF80

Black with #EEBF80

Text Example


Text Example

White with #EEBF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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