Html Css Color HEX #EBBC7A Corvette

📋 copy color: '#EBBC7A'

red 235 ◦ green 188 ◦ blue 122

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

Shades of Corvette #EBBC7A

Tints of Corvette #EBBC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 122 (48.05% from 255) = 22.39%

R = 43.12%
G = 34.5%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBBC7A (or 0xEBBC7A) is known color: Corvette. HEX triplet: EB, BC and 7A. RGB value is (235,188,122). Sum of RGB (Red+Green+Blue) = 235+188+122=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBC7A is #144385. Grayscale: #C2C2C2. Windows color (decimal): -1328006 or 8043755. OLE color: 8043755.

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

Color convert

RGB 235 188 122 -
CMYK 0 0.2 0.48 0.08
HSL 35.04º 0.74% 0.7% -
HSV(B) 35.04º 0.48% 0.92% -
XYZ 55.76 55.03 26.1 -
YUV 194.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 235 188 122 0 0.2 0.48 0.08 35.04 0.74 0.7
Hex EB BC 7A 0 14 30 8 23 4A 46
Octal 353 274 172 0 24 60 10 43 112 106
Binary 11101011 10111100 1111010 0 10100 110000 1000 100011 1001010 1000110

Color Harmonies of #EBBC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBC7A

Black with #EBBC7A

Text Example


Text Example

White with #EBBC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBC7A; }

 p { color: rgb(235,188,122); }

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

background-color css

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

 a { background-color: rgb(235,188,122); }

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

border-color css

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

 span { border-color: rgb(235,188,122); }

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