Html Css Color HEX #EFC042 Cream Can

📋 copy color: '#EFC042'

red 239 ◦ green 192 ◦ blue 66

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

Shades of Cream Can #EFC042

Tints of Cream Can #EFC042

RGB

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

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

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

R = 48.09%
G = 38.63%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFC042 (or 0xEFC042) is known color: Cream Can. HEX triplet: EF, C0 and 42. RGB value is (239,192,66). Sum of RGB (Red+Green+Blue) = 239+192+66=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC042 is #103FBD. Grayscale: #C0C0C0. Windows color (decimal): -1064894 or 4374767. OLE color: 4374767.

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

Color convert

RGB 239 192 66 -
CMYK 0 0.20 0.72 0.06
HSL 43.7º 0.84% 0.6% -
HSV(B) 43.7º 0.72% 0.94% -
XYZ 55.43 56.44 13.13 -
YUV 191.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 239 192 66 0 0.20 0.72 0.06 43.7 0.84 0.6
Hex EF C0 42 0 14 48 6 2C 54 3C
Octal 357 300 102 0 24 110 6 54 124 74
Binary 11101111 11000000 1000010 0 10100 1001000 110 101100 1010100 111100

Color Harmonies of #EFC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC042

Black with #EFC042

Text Example


Text Example

White with #EFC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC042; }

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

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

background-color css

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

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

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

border-color css

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

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

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