Html Css Color HEX #EFC28A Corvette

📋 copy color: '#EFC28A'

red 239 ◦ green 194 ◦ blue 138

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

Shades of Corvette #EFC28A

Tints of Corvette #EFC28A

RGB

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

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

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

R = 41.86%
G = 33.98%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFC28A (or 0xEFC28A) is known color: Corvette. HEX triplet: EF, C2 and 8A. RGB value is (239,194,138). Sum of RGB (Red+Green+Blue) = 239+194+138=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC28A is #103D75. Grayscale: #C9C9C9. Windows color (decimal): -1064310 or 9093871. OLE color: 9093871.

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

Color convert

RGB 239 194 138 -
CMYK 0 0.19 0.42 0.06
HSL 33.27º 0.76% 0.74% -
HSV(B) 33.27º 0.42% 0.94% -
XYZ 59.48 58.77 32.25 -
YUV 201.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 239 194 138 0 0.19 0.42 0.06 33.27 0.76 0.74
Hex EF C2 8A 0 13 2A 6 21 4C 4A
Octal 357 302 212 0 23 52 6 41 114 112
Binary 11101111 11000010 10001010 0 10011 101010 110 100001 1001100 1001010

Color Harmonies of #EFC28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC28A

Black with #EFC28A

Text Example


Text Example

White with #EFC28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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