Html Css Color HEX #EFC455 Cream Can

📋 copy color: '#EFC455'

red 239 ◦ green 196 ◦ blue 85

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

Shades of Cream Can #EFC455

Tints of Cream Can #EFC455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.69%

 BLUE value IS 85 (33.59% from 255) = 16.35%

R = 45.96%
G = 37.69%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFC455 (or 0xEFC455) is known color: Cream Can. HEX triplet: EF, C4 and 55. RGB value is (239,196,85). Sum of RGB (Red+Green+Blue) = 239+196+85=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC455 is #103BAA. Grayscale: #C4C4C4. Windows color (decimal): -1063851 or 5620975. OLE color: 5620975.

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

Color convert

RGB 239 196 85 -
CMYK 0 0.18 0.64 0.06
HSL 43.25º 0.83% 0.64% -
HSV(B) 43.25º 0.64% 0.94% -
XYZ 56.98 58.49 16.88 -
YUV 196.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 239 196 85 0 0.18 0.64 0.06 43.25 0.83 0.64
Hex EF C4 55 0 12 40 6 2B 53 40
Octal 357 304 125 0 22 100 6 53 123 100
Binary 11101111 11000100 1010101 0 10010 1000000 110 101011 1010011 1000000

Color Harmonies of #EFC455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC455

Black with #EFC455

Text Example


Text Example

White with #EFC455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC455; }

 p { color: rgb(239,196,85); }

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

background-color css

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

 a { background-color: rgb(239,196,85); }

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

border-color css

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

 span { border-color: rgb(239,196,85); }

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