Html Css Color HEX #EFC346 Cream Can

📋 copy color: '#EFC346'

red 239 ◦ green 195 ◦ blue 70

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

Shades of Cream Can #EFC346

Tints of Cream Can #EFC346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

 BLUE value IS 70 (27.73% from 255) = 13.89%

R = 47.42%
G = 38.69%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EFC346 (or 0xEFC346) is known color: Cream Can. HEX triplet: EF, C3 and 46. RGB value is (239,195,70). Sum of RGB (Red+Green+Blue) = 239+195+70=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC346 is #103CB9. Grayscale: #C2C2C2. Windows color (decimal): -1064122 or 4637679. OLE color: 4637679.

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

Color convert

RGB 239 195 70 -
CMYK 0 0.18 0.71 0.06
HSL 44.38º 0.84% 0.61% -
HSV(B) 44.38º 0.71% 0.94% -
XYZ 56.22 57.82 13.99 -
YUV 193.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 239 195 70 0 0.18 0.71 0.06 44.38 0.84 0.61
Hex EF C3 46 0 12 47 6 2C 54 3D
Octal 357 303 106 0 22 107 6 54 124 75
Binary 11101111 11000011 1000110 0 10010 1000111 110 101100 1010100 111101

Color Harmonies of #EFC346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC346

Black with #EFC346

Text Example


Text Example

White with #EFC346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC346; }

 p { color: rgb(239,195,70); }

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

background-color css

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

 a { background-color: rgb(239,195,70); }

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

border-color css

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

 span { border-color: rgb(239,195,70); }

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