Html Css Color HEX #EFC855 Cream Can

📋 copy color: '#EFC855'

red 239 ◦ green 200 ◦ blue 85

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

Shades of Cream Can #EFC855

Tints of Cream Can #EFC855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

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

R = 45.61%
G = 38.17%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFC855 (or 0xEFC855) is known color: Cream Can. HEX triplet: EF, C8 and 55. RGB value is (239,200,85). Sum of RGB (Red+Green+Blue) = 239+200+85=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC855 is #1037AA. Grayscale: #C7C7C7. Windows color (decimal): -1062827 or 5621999. OLE color: 5621999.

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

Color convert

RGB 239 200 85 -
CMYK 0 0.16 0.64 0.06
HSL 44.81º 0.83% 0.64% -
HSV(B) 44.81º 0.64% 0.94% -
XYZ 57.89 60.32 17.19 -
YUV 198.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 239 200 85 0 0.16 0.64 0.06 44.81 0.83 0.64
Hex EF C8 55 0 10 40 6 2D 53 40
Octal 357 310 125 0 20 100 6 55 123 100
Binary 11101111 11001000 1010101 0 10000 1000000 110 101101 1010011 1000000

Color Harmonies of #EFC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC855

Black with #EFC855

Text Example


Text Example

White with #EFC855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC855; }

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

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

background-color css

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

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

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

border-color css

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

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

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