Html Css Color HEX #EFC145 Cream Can

📋 copy color: '#EFC145'

red 239 ◦ green 193 ◦ blue 69

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

Shades of Cream Can #EFC145

Tints of Cream Can #EFC145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.77%

R = 47.7%
G = 38.52%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFC145 (or 0xEFC145) is known color: Cream Can. HEX triplet: EF, C1 and 45. RGB value is (239,193,69). Sum of RGB (Red+Green+Blue) = 239+193+69=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC145 is #103EBA. Grayscale: #C1C1C1. Windows color (decimal): -1064635 or 4571631. OLE color: 4571631.

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

Color convert

RGB 239 193 69 -
CMYK 0 0.19 0.71 0.06
HSL 43.76º 0.84% 0.6% -
HSV(B) 43.76º 0.71% 0.94% -
XYZ 55.74 56.92 13.68 -
YUV 192.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 239 193 69 0 0.19 0.71 0.06 43.76 0.84 0.6
Hex EF C1 45 0 13 47 6 2C 54 3C
Octal 357 301 105 0 23 107 6 54 124 74
Binary 11101111 11000001 1000101 0 10011 1000111 110 101100 1010100 111100

Color Harmonies of #EFC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC145

Black with #EFC145

Text Example


Text Example

White with #EFC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC145; }

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

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

background-color css

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

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

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

border-color css

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

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

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