Html Css Color HEX #EFC14C Cream Can

📋 copy color: '#EFC14C'

red 239 ◦ green 193 ◦ blue 76

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

Shades of Cream Can #EFC14C

Tints of Cream Can #EFC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.96%

R = 47.05%
G = 37.99%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFC14C (or 0xEFC14C) is known color: Cream Can. HEX triplet: EF, C1 and 4C. RGB value is (239,193,76). Sum of RGB (Red+Green+Blue) = 239+193+76=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC14C is #103EB3. Grayscale: #C1C1C1. Windows color (decimal): -1064628 or 5030383. OLE color: 5030383.

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

Color convert

RGB 239 193 76 -
CMYK 0 0.19 0.68 0.06
HSL 43.07º 0.84% 0.62% -
HSV(B) 43.07º 0.68% 0.94% -
XYZ 55.97 57.01 14.89 -
YUV 193.42 61.74 160.51 -
System Red Green Blue C M Y K H S L
Decimal 239 193 76 0 0.19 0.68 0.06 43.07 0.84 0.62
Hex EF C1 4C 0 13 44 6 2B 54 3E
Octal 357 301 114 0 23 104 6 53 124 76
Binary 11101111 11000001 1001100 0 10011 1000100 110 101011 1010100 111110

Color Harmonies of #EFC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC14C

Black with #EFC14C

Text Example


Text Example

White with #EFC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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