Html Css Color HEX #EBC07B Corvette

📋 copy color: '#EBC07B'

red 235 ◦ green 192 ◦ blue 123

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

Shades of Corvette #EBC07B

Tints of Corvette #EBC07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.36%

R = 42.73%
G = 34.91%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBC07B (or 0xEBC07B) is known color: Corvette. HEX triplet: EB, C0 and 7B. RGB value is (235,192,123). Sum of RGB (Red+Green+Blue) = 235+192+123=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC07B is #143F84. Grayscale: #C5C5C5. Windows color (decimal): -1326981 or 8110315. OLE color: 8110315.

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

Color convert

RGB 235 192 123 -
CMYK 0 0.18 0.48 0.08
HSL 36.96º 0.74% 0.7% -
HSV(B) 36.96º 0.48% 0.92% -
XYZ 56.69 56.79 26.71 -
YUV 196.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 235 192 123 0 0.18 0.48 0.08 36.96 0.74 0.7
Hex EB C0 7B 0 12 30 8 25 4A 46
Octal 353 300 173 0 22 60 10 45 112 106
Binary 11101011 11000000 1111011 0 10010 110000 1000 100101 1001010 1000110

Color Harmonies of #EBC07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC07B

Black with #EBC07B

Text Example


Text Example

White with #EBC07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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