Html Css Color HEX #EFC185 Corvette

📋 copy color: '#EFC185'

red 239 ◦ green 193 ◦ blue 133

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

Shades of Corvette #EFC185

Tints of Corvette #EFC185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.16%

 BLUE value IS 133 (52.34% from 255) = 23.54%

R = 42.3%
G = 34.16%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFC185 (or 0xEFC185) is known color: Corvette. HEX triplet: EF, C1 and 85. RGB value is (239,193,133). Sum of RGB (Red+Green+Blue) = 239+193+133=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC185 is #103E7A. Grayscale: #C8C8C8. Windows color (decimal): -1064571 or 8765935. OLE color: 8765935.

HSL color Cylindrical-coordinate representation of color #EFC185: hue angle of 33.96º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFC185 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 193 133 -
CMYK 0 0.19 0.44 0.06
HSL 33.96º 0.77% 0.73% -
HSV(B) 33.96º 0.44% 0.94% -
XYZ 58.9 58.18 30.32 -
YUV 199.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 239 193 133 0 0.19 0.44 0.06 33.96 0.77 0.73
Hex EF C1 85 0 13 2C 6 22 4D 49
Octal 357 301 205 0 23 54 6 42 115 111
Binary 11101111 11000001 10000101 0 10011 101100 110 100010 1001101 1001001

Color Harmonies of #EFC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC185

Black with #EFC185

Text Example


Text Example

White with #EFC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC185; }

 p { color: rgb(239,193,133); }

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

background-color css

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

 a { background-color: rgb(239,193,133); }

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

border-color css

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

 span { border-color: rgb(239,193,133); }

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