Html Css Color HEX #EBC082 Corvette

📋 copy color: '#EBC082'

red 235 ◦ green 192 ◦ blue 130

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

Shades of Corvette #EBC082

Tints of Corvette #EBC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

 BLUE value IS 130 (51.17% from 255) = 23.34%

R = 42.19%
G = 34.47%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EBC082 (or 0xEBC082) is known color: Corvette. HEX triplet: EB, C0 and 82. RGB value is (235,192,130). Sum of RGB (Red+Green+Blue) = 235+192+130=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC082 is #143F7D. Grayscale: #C6C6C6. Windows color (decimal): -1326974 or 8569067. OLE color: 8569067.

HSL color Cylindrical-coordinate representation of color #EBC082: hue angle of 35.43º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBC082 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 130 -
CMYK 0 0.18 0.45 0.08
HSL 35.43º 0.72% 0.72% -
HSV(B) 35.43º 0.45% 0.92% -
XYZ 57.14 56.97 29.1 -
YUV 197.79 89.75 154.54 -
System Red Green Blue C M Y K H S L
Decimal 235 192 130 0 0.18 0.45 0.08 35.43 0.72 0.72
Hex EB C0 82 0 12 2D 8 23 48 48
Octal 353 300 202 0 22 55 10 43 110 110
Binary 11101011 11000000 10000010 0 10010 101101 1000 100011 1001000 1001000

Color Harmonies of #EBC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC082

Black with #EBC082

Text Example


Text Example

White with #EBC082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC082; }

 p { color: rgb(235,192,130); }

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

background-color css

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

 a { background-color: rgb(235,192,130); }

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

border-color css

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

 span { border-color: rgb(235,192,130); }

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