Html Css Color HEX #EFC95A Cream Can

📋 copy color: '#EFC95A'

red 239 ◦ green 201 ◦ blue 90

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

Shades of Cream Can #EFC95A

Tints of Cream Can #EFC95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.98%

R = 45.09%
G = 37.92%
B = 16.98%

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

#EFC95A (or 0xEFC95A) is known color: Cream Can. HEX triplet: EF, C9 and 5A. RGB value is (239,201,90). Sum of RGB (Red+Green+Blue) = 239+201+90=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC95A is #1036A5. Grayscale: #C8C8C8. Windows color (decimal): -1062566 or 5949935. OLE color: 5949935.

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

Color convert

RGB 239 201 90 -
CMYK 0 0.16 0.62 0.06
HSL 44.7º 0.82% 0.65% -
HSV(B) 44.7º 0.62% 0.94% -
XYZ 58.33 60.86 18.35 -
YUV 199.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 239 201 90 0 0.16 0.62 0.06 44.7 0.82 0.65
Hex EF C9 5A 0 10 3E 6 2D 52 41
Octal 357 311 132 0 20 76 6 55 122 101
Binary 11101111 11001001 1011010 0 10000 111110 110 101101 1010010 1000001

Color Harmonies of #EFC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC95A

Black with #EFC95A

Text Example


Text Example

White with #EFC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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