Html Css Color HEX #EFC14D Cream Can

📋 copy color: '#EFC14D'

red 239 ◦ green 193 ◦ blue 77

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

Shades of Cream Can #EFC14D

Tints of Cream Can #EFC14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.13%

R = 46.95%
G = 37.92%
B = 15.13%

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

#EFC14D (or 0xEFC14D) is known color: Cream Can. HEX triplet: EF, C1 and 4D. RGB value is (239,193,77). Sum of RGB (Red+Green+Blue) = 239+193+77=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC14D is #103EB2. Grayscale: #C2C2C2. Windows color (decimal): -1064627 or 5095919. OLE color: 5095919.

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

Color convert

RGB 239 193 77 -
CMYK 0 0.19 0.68 0.06
HSL 42.96º 0.84% 0.62% -
HSV(B) 42.96º 0.68% 0.94% -
XYZ 56.01 57.03 15.08 -
YUV 193.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 239 193 77 0 0.19 0.68 0.06 42.96 0.84 0.62
Hex EF C1 4D 0 13 44 6 2B 54 3E
Octal 357 301 115 0 23 104 6 53 124 76
Binary 11101111 11000001 1001101 0 10011 1000100 110 101011 1010100 111110

Color Harmonies of #EFC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC14D

Black with #EFC14D

Text Example


Text Example

White with #EFC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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