Html Css Color HEX #EFC142 Cream Can

📋 copy color: '#EFC142'

red 239 ◦ green 193 ◦ blue 66

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

Shades of Cream Can #EFC142

Tints of Cream Can #EFC142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.25%

R = 47.99%
G = 38.76%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFC142 (or 0xEFC142) is known color: Cream Can. HEX triplet: EF, C1 and 42. RGB value is (239,193,66). Sum of RGB (Red+Green+Blue) = 239+193+66=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC142 is #103EBD. Grayscale: #C0C0C0. Windows color (decimal): -1064638 or 4375023. OLE color: 4375023.

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

Color convert

RGB 239 193 66 -
CMYK 0 0.19 0.72 0.06
HSL 44.05º 0.84% 0.6% -
HSV(B) 44.05º 0.72% 0.94% -
XYZ 55.65 56.88 13.2 -
YUV 192.28 56.74 161.33 -
System Red Green Blue C M Y K H S L
Decimal 239 193 66 0 0.19 0.72 0.06 44.05 0.84 0.6
Hex EF C1 42 0 13 48 6 2C 54 3C
Octal 357 301 102 0 23 110 6 54 124 74
Binary 11101111 11000001 1000010 0 10011 1001000 110 101100 1010100 111100

Color Harmonies of #EFC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC142

Black with #EFC142

Text Example


Text Example

White with #EFC142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC142; }

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

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

background-color css

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

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

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

border-color css

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

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

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