Html Css Color HEX #EFC047 Cream Can

📋 copy color: '#EFC047'

red 239 ◦ green 192 ◦ blue 71

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

Shades of Cream Can #EFC047

Tints of Cream Can #EFC047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.14%

R = 47.61%
G = 38.25%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFC047 (or 0xEFC047) is known color: Cream Can. HEX triplet: EF, C0 and 47. RGB value is (239,192,71). Sum of RGB (Red+Green+Blue) = 239+192+71=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC047 is #103FB8. Grayscale: #C0C0C0. Windows color (decimal): -1064889 or 4702447. OLE color: 4702447.

HSL color Cylindrical-coordinate representation of color #EFC047: hue angle of 43.21º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFC047 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 71 -
CMYK 0 0.20 0.70 0.06
HSL 43.21º 0.84% 0.61% -
HSV(B) 43.21º 0.7% 0.94% -
XYZ 55.58 56.5 13.94 -
YUV 192.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 239 192 71 0 0.20 0.70 0.06 43.21 0.84 0.61
Hex EF C0 47 0 14 46 6 2B 54 3D
Octal 357 300 107 0 24 106 6 53 124 75
Binary 11101111 11000000 1000111 0 10100 1000110 110 101011 1010100 111101

Color Harmonies of #EFC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC047

Black with #EFC047

Text Example


Text Example

White with #EFC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC047; }

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

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

background-color css

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

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

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

border-color css

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

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

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