Html Css Color HEX #EFC08A Corvette

📋 copy color: '#EFC08A'

red 239 ◦ green 192 ◦ blue 138

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

Shades of Corvette #EFC08A

Tints of Corvette #EFC08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.25%

R = 42%
G = 33.74%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFC08A (or 0xEFC08A) is known color: Corvette. HEX triplet: EF, C0 and 8A. RGB value is (239,192,138). Sum of RGB (Red+Green+Blue) = 239+192+138=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC08A is #103F75. Grayscale: #C8C8C8. Windows color (decimal): -1064822 or 9093359. OLE color: 9093359.

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

Color convert

RGB 239 192 138 -
CMYK 0 0.20 0.42 0.06
HSL 32.08º 0.76% 0.74% -
HSV(B) 32.08º 0.42% 0.94% -
XYZ 59.03 57.88 32.11 -
YUV 199.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 239 192 138 0 0.20 0.42 0.06 32.08 0.76 0.74
Hex EF C0 8A 0 14 2A 6 20 4C 4A
Octal 357 300 212 0 24 52 6 40 114 112
Binary 11101111 11000000 10001010 0 10100 101010 110 100000 1001100 1001010

Color Harmonies of #EFC08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC08A

Black with #EFC08A

Text Example


Text Example

White with #EFC08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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