Html Css Color HEX #EFC14F Cream Can

📋 copy color: '#EFC14F'

red 239 ◦ green 193 ◦ blue 79

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

Shades of Cream Can #EFC14F

Tints of Cream Can #EFC14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.46%

R = 46.77%
G = 37.77%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFC14F (or 0xEFC14F) is known color: Cream Can. HEX triplet: EF, C1 and 4F. RGB value is (239,193,79). Sum of RGB (Red+Green+Blue) = 239+193+79=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC14F is #103EB0. Grayscale: #C2C2C2. Windows color (decimal): -1064625 or 5226991. OLE color: 5226991.

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

Color convert

RGB 239 193 79 -
CMYK 0 0.19 0.67 0.06
HSL 42.75º 0.83% 0.62% -
HSV(B) 42.75º 0.67% 0.94% -
XYZ 56.08 57.06 15.45 -
YUV 193.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 239 193 79 0 0.19 0.67 0.06 42.75 0.83 0.62
Hex EF C1 4F 0 13 43 6 2B 53 3E
Octal 357 301 117 0 23 103 6 53 123 76
Binary 11101111 11000001 1001111 0 10011 1000011 110 101011 1010011 111110

Color Harmonies of #EFC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC14F

Black with #EFC14F

Text Example


Text Example

White with #EFC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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