Html Css Color HEX #EFC95B Cream Can

📋 copy color: '#EFC95B'

red 239 ◦ green 201 ◦ blue 91

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

Shades of Cream Can #EFC95B

Tints of Cream Can #EFC95B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.85%

 BLUE value IS 91 (35.94% from 255) = 17.14%

R = 45.01%
G = 37.85%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFC95B (or 0xEFC95B) is known color: Cream Can. HEX triplet: EF, C9 and 5B. RGB value is (239,201,91). Sum of RGB (Red+Green+Blue) = 239+201+91=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC95B is #1036A4. Grayscale: #C8C8C8. Windows color (decimal): -1062565 or 6015471. OLE color: 6015471.

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

Color convert

RGB 239 201 91 -
CMYK 0 0.16 0.62 0.06
HSL 44.59º 0.82% 0.65% -
HSV(B) 44.59º 0.62% 0.94% -
XYZ 58.37 60.88 18.57 -
YUV 199.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 239 201 91 0 0.16 0.62 0.06 44.59 0.82 0.65
Hex EF C9 5B 0 10 3E 6 2D 52 41
Octal 357 311 133 0 20 76 6 55 122 101
Binary 11101111 11001001 1011011 0 10000 111110 110 101101 1010010 1000001

Color Harmonies of #EFC95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC95B

Black with #EFC95B

Text Example


Text Example

White with #EFC95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC95B; }

 p { color: rgb(239,201,91); }

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

background-color css

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

 a { background-color: rgb(239,201,91); }

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

border-color css

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

 span { border-color: rgb(239,201,91); }

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