Html Css Color HEX #EFBD8E Corvette

📋 copy color: '#EFBD8E'

red 239 ◦ green 189 ◦ blue 142

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

Shades of Corvette #EFBD8E

Tints of Corvette #EFBD8E

RGB

 RED value IS 239 (93.75% from 255) = 41.93%

 GREEN value IS 189 (74.22% from 255) = 33.16%

 BLUE value IS 142 (55.86% from 255) = 24.91%

R = 41.93%
G = 33.16%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFBD8E (or 0xEFBD8E) is known color: Corvette. HEX triplet: EF, BD and 8E. RGB value is (239,189,142). Sum of RGB (Red+Green+Blue) = 239+189+142=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD8E is #104271. Grayscale: #C6C6C6. Windows color (decimal): -1065586 or 9354735. OLE color: 9354735.

HSL color Cylindrical-coordinate representation of color #EFBD8E: hue angle of 29.07º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFBD8E is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 142 -
CMYK 0 0.21 0.41 0.06
HSL 29.07º 0.75% 0.75% -
HSV(B) 29.07º 0.41% 0.94% -
XYZ 58.68 56.7 33.44 -
YUV 198.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 239 189 142 0 0.21 0.41 0.06 29.07 0.75 0.75
Hex EF BD 8E 0 15 29 6 1D 4B 4B
Octal 357 275 216 0 25 51 6 35 113 113
Binary 11101111 10111101 10001110 0 10101 101001 110 11101 1001011 1001011

Color Harmonies of #EFBD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD8E

Black with #EFBD8E

Text Example


Text Example

White with #EFBD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD8E; }

 p { color: rgb(239,189,142); }

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

background-color css

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

 a { background-color: rgb(239,189,142); }

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

border-color css

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

 span { border-color: rgb(239,189,142); }

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