#EBBF77

Color #EBBF77 Corvette (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corvette #EBBF77

Tints of Corvette #EBBF77

Color information

#EBBF77 (or 0xEBBF77) is unknown color: approx Corvette. HEX triplet: EB, BF and 77. RGB value is (235,191,119). Sum of RGB (Red+Green+Blue) = 235+191+119=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBF77 is #144088. Grayscale: #C4C4C4. Windows color (decimal): -1327241 or 7847915. OLE color: 7847915.

HSL color Cylindrical-coordinate representation of color #EBBF77: hue angle of 37.24º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBBF77 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235191119-
CMYK00.190.490.08
HSL37.24º74.36%69.41%-
HSV(B)37.24º49.36%92.16%-
XYZ56.2256.2625.35-
YUV195.9584.58155.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 119 (46.88% from 255) = 21.83%
R=43.12%
G=35.05%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519111900.190.490.0837.2474.3669.41
HexEBBF77013318254a45
Octal353277167023611045112105
Binary11101011101111111110111010011110001100010010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBF77; }

 p { color: rgb(235,191,119); }

 H1.HeaderClassName
 {
   color: #EBBF77;
 }
 .AnyTagClassName
 {
   color: #EBBF77;
 }
</style>
background-color css

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

 a { background-color: rgb(235,191,119); }

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

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

 span { border-color: rgb(235,191,119); }

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