Html Css Color HEX #EFC28C Corvette

📋 copy color: '#EFC28C'

red 239 ◦ green 194 ◦ blue 140

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

Shades of Corvette #EFC28C

Tints of Corvette #EFC28C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.86%

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

R = 41.71%
G = 33.86%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFC28C (or 0xEFC28C) is known color: Corvette. HEX triplet: EF, C2 and 8C. RGB value is (239,194,140). Sum of RGB (Red+Green+Blue) = 239+194+140=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC28C is #103D73. Grayscale: #C9C9C9. Windows color (decimal): -1064308 or 9224943. OLE color: 9224943.

HSL color Cylindrical-coordinate representation of color #EFC28C: hue angle of 32.73º 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 #EFC28C is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 140 -
CMYK 0 0.19 0.41 0.06
HSL 32.73º 0.76% 0.74% -
HSV(B) 32.73º 0.41% 0.94% -
XYZ 59.62 58.83 33.02 -
YUV 201.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 239 194 140 0 0.19 0.41 0.06 32.73 0.76 0.74
Hex EF C2 8C 0 13 29 6 21 4C 4A
Octal 357 302 214 0 23 51 6 41 114 112
Binary 11101111 11000010 10001100 0 10011 101001 110 100001 1001100 1001010

Color Harmonies of #EFC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC28C

Black with #EFC28C

Text Example


Text Example

White with #EFC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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