Html Css Color HEX #EFC85D Cream Can

📋 copy color: '#EFC85D'

red 239 ◦ green 200 ◦ blue 93

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

Shades of Cream Can #EFC85D

Tints of Cream Can #EFC85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.48%

R = 44.92%
G = 37.59%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFC85D (or 0xEFC85D) is known color: Cream Can. HEX triplet: EF, C8 and 5D. RGB value is (239,200,93). Sum of RGB (Red+Green+Blue) = 239+200+93=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC85D is #1037A2. Grayscale: #C7C7C7. Windows color (decimal): -1062819 or 6146287. OLE color: 6146287.

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

Color convert

RGB 239 200 93 -
CMYK 0 0.16 0.61 0.06
HSL 43.97º 0.82% 0.65% -
HSV(B) 43.97º 0.61% 0.94% -
XYZ 58.23 60.45 18.95 -
YUV 199.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 239 200 93 0 0.16 0.61 0.06 43.97 0.82 0.65
Hex EF C8 5D 0 10 3D 6 2C 52 41
Octal 357 310 135 0 20 75 6 54 122 101
Binary 11101111 11001000 1011101 0 10000 111101 110 101100 1010010 1000001

Color Harmonies of #EFC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC85D

Black with #EFC85D

Text Example


Text Example

White with #EFC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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