Html Css Color HEX #EFBD8C Corvette

📋 copy color: '#EFBD8C'

red 239 ◦ green 189 ◦ blue 140

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

Shades of Corvette #EFBD8C

Tints of Corvette #EFBD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.65%

R = 42.08%
G = 33.27%
B = 24.65%

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

#EFBD8C (or 0xEFBD8C) is known color: Corvette. HEX triplet: EF, BD and 8C. RGB value is (239,189,140). Sum of RGB (Red+Green+Blue) = 239+189+140=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD8C is #104273. Grayscale: #C6C6C6. Windows color (decimal): -1065588 or 9223663. OLE color: 9223663.

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

Color convert

RGB 239 189 140 -
CMYK 0 0.21 0.41 0.06
HSL 29.7º 0.76% 0.74% -
HSV(B) 29.7º 0.41% 0.94% -
XYZ 58.53 56.64 32.66 -
YUV 198.36 95.07 156.98 -
System Red Green Blue C M Y K H S L
Decimal 239 189 140 0 0.21 0.41 0.06 29.7 0.76 0.74
Hex EF BD 8C 0 15 29 6 1E 4C 4A
Octal 357 275 214 0 25 51 6 36 114 112
Binary 11101111 10111101 10001100 0 10101 101001 110 11110 1001100 1001010

Color Harmonies of #EFBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD8C

Black with #EFBD8C

Text Example


Text Example

White with #EFBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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