Html Css Color HEX #EBBA7A Corvette

📋 copy color: '#EBBA7A'

red 235 ◦ green 186 ◦ blue 122

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

Shades of Corvette #EBBA7A

Tints of Corvette #EBBA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 43.28%
G = 34.25%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBBA7A (or 0xEBBA7A) is known color: Corvette. HEX triplet: EB, BA and 7A. RGB value is (235,186,122). Sum of RGB (Red+Green+Blue) = 235+186+122=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBA7A is #144585. Grayscale: #C1C1C1. Windows color (decimal): -1328518 or 8043243. OLE color: 8043243.

HSL color Cylindrical-coordinate representation of color #EBBA7A: hue angle of 33.98º 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 #EBBA7A is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 186 122 -
CMYK 0 0.21 0.48 0.08
HSL 33.98º 0.74% 0.7% -
HSV(B) 33.98º 0.48% 0.92% -
XYZ 55.33 54.19 25.95 -
YUV 193.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 235 186 122 0 0.21 0.48 0.08 33.98 0.74 0.7
Hex EB BA 7A 0 15 30 8 22 4A 46
Octal 353 272 172 0 25 60 10 42 112 106
Binary 11101011 10111010 1111010 0 10101 110000 1000 100010 1001010 1000110

Color Harmonies of #EBBA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBA7A

Black with #EBBA7A

Text Example


Text Example

White with #EBBA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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