Html Css Color HEX #EFC345 Cream Can

📋 copy color: '#EFC345'

red 239 ◦ green 195 ◦ blue 69

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

Shades of Cream Can #EFC345

Tints of Cream Can #EFC345

RGB

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

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

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

R = 47.51%
G = 38.77%
B = 13.72%

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

#EFC345 (or 0xEFC345) is known color: Cream Can. HEX triplet: EF, C3 and 45. RGB value is (239,195,69). Sum of RGB (Red+Green+Blue) = 239+195+69=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC345 is #103CBA. Grayscale: #C2C2C2. Windows color (decimal): -1064123 or 4572143. OLE color: 4572143.

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

Color convert

RGB 239 195 69 -
CMYK 0 0.18 0.71 0.06
HSL 44.47º 0.84% 0.6% -
HSV(B) 44.47º 0.71% 0.94% -
XYZ 56.19 57.81 13.83 -
YUV 193.79 57.58 160.25 -
System Red Green Blue C M Y K H S L
Decimal 239 195 69 0 0.18 0.71 0.06 44.47 0.84 0.6
Hex EF C3 45 0 12 47 6 2C 54 3C
Octal 357 303 105 0 22 107 6 54 124 74
Binary 11101111 11000011 1000101 0 10010 1000111 110 101100 1010100 111100

Color Harmonies of #EFC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC345

Black with #EFC345

Text Example


Text Example

White with #EFC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC345; }

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

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

background-color css

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

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

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

border-color css

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

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

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