Html Css Color HEX #EFC08E Corvette

📋 copy color: '#EFC08E'

red 239 ◦ green 192 ◦ blue 142

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

Shades of Corvette #EFC08E

Tints of Corvette #EFC08E

RGB

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

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

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

R = 41.71%
G = 33.51%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFC08E (or 0xEFC08E) is known color: Corvette. HEX triplet: EF, C0 and 8E. RGB value is (239,192,142). Sum of RGB (Red+Green+Blue) = 239+192+142=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC08E is #103F71. Grayscale: #C8C8C8. Windows color (decimal): -1064818 or 9355503. OLE color: 9355503.

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

Color convert

RGB 239 192 142 -
CMYK 0 0.20 0.41 0.06
HSL 30.93º 0.75% 0.75% -
HSV(B) 30.93º 0.41% 0.94% -
XYZ 59.33 58 33.66 -
YUV 200.35 95.07 155.57 -
System Red Green Blue C M Y K H S L
Decimal 239 192 142 0 0.20 0.41 0.06 30.93 0.75 0.75
Hex EF C0 8E 0 14 29 6 1F 4B 4B
Octal 357 300 216 0 24 51 6 37 113 113
Binary 11101111 11000000 10001110 0 10100 101001 110 11111 1001011 1001011

Color Harmonies of #EFC08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC08E

Black with #EFC08E

Text Example


Text Example

White with #EFC08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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