Html Css Color HEX #EFC38A Corvette

📋 copy color: '#EFC38A'

red 239 ◦ green 195 ◦ blue 138

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

Shades of Corvette #EFC38A

Tints of Corvette #EFC38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.09%

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

R = 41.78%
G = 34.09%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFC38A (or 0xEFC38A) is known color: Corvette. HEX triplet: EF, C3 and 8A. RGB value is (239,195,138). Sum of RGB (Red+Green+Blue) = 239+195+138=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC38A is #103C75. Grayscale: #C9C9C9. Windows color (decimal): -1064054 or 9094127. OLE color: 9094127.

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

Color convert

RGB 239 195 138 -
CMYK 0 0.18 0.42 0.06
HSL 33.86º 0.76% 0.74% -
HSV(B) 33.86º 0.42% 0.94% -
XYZ 59.7 59.22 32.33 -
YUV 201.66 92.08 154.63 -
System Red Green Blue C M Y K H S L
Decimal 239 195 138 0 0.18 0.42 0.06 33.86 0.76 0.74
Hex EF C3 8A 0 12 2A 6 22 4C 4A
Octal 357 303 212 0 22 52 6 42 114 112
Binary 11101111 11000011 10001010 0 10010 101010 110 100010 1001100 1001010

Color Harmonies of #EFC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC38A

Black with #EFC38A

Text Example


Text Example

White with #EFC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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