Html Css Color HEX #EBB580 Corvette

📋 copy color: '#EBB580'

red 235 ◦ green 181 ◦ blue 128

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

Shades of Corvette #EBB580

Tints of Corvette #EBB580

RGB

 RED value IS 235 (92.19% from 255) = 43.2%

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

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

R = 43.2%
G = 33.27%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBB580 (or 0xEBB580) is known color: Corvette. HEX triplet: EB, B5 and 80. RGB value is (235,181,128). Sum of RGB (Red+Green+Blue) = 235+181+128=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB580 is #144A7F. Grayscale: #BFBFBF. Windows color (decimal): -1329792 or 8435179. OLE color: 8435179.

HSL color Cylindrical-coordinate representation of color #EBB580: hue angle of 29.72º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBB580 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 181 128 -
CMYK 0 0.23 0.46 0.08
HSL 29.72º 0.73% 0.71% -
HSV(B) 29.72º 0.46% 0.92% -
XYZ 54.68 52.27 27.63 -
YUV 191.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 235 181 128 0 0.23 0.46 0.08 29.72 0.73 0.71
Hex EB B5 80 0 17 2E 8 1E 49 47
Octal 353 265 200 0 27 56 10 36 111 107
Binary 11101011 10110101 10000000 0 10111 101110 1000 11110 1001001 1000111

Color Harmonies of #EBB580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB580

Black with #EBB580

Text Example


Text Example

White with #EBB580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB580; }

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

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

background-color css

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

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

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

border-color css

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

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

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