Html Css Color HEX #EFC05B Cream Can

📋 copy color: '#EFC05B'

red 239 ◦ green 192 ◦ blue 91

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

Shades of Cream Can #EFC05B

Tints of Cream Can #EFC05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.78%

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

R = 45.79%
G = 36.78%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFC05B (or 0xEFC05B) is known color: Cream Can. HEX triplet: EF, C0 and 5B. RGB value is (239,192,91). Sum of RGB (Red+Green+Blue) = 239+192+91=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC05B is #103FA4. Grayscale: #C2C2C2. Windows color (decimal): -1064869 or 6013167. OLE color: 6013167.

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

Color convert

RGB 239 192 91 -
CMYK 0 0.20 0.62 0.06
HSL 40.95º 0.82% 0.65% -
HSV(B) 40.95º 0.62% 0.94% -
XYZ 56.33 56.81 17.89 -
YUV 194.54 69.57 159.71 -
System Red Green Blue C M Y K H S L
Decimal 239 192 91 0 0.20 0.62 0.06 40.95 0.82 0.65
Hex EF C0 5B 0 14 3E 6 29 52 41
Octal 357 300 133 0 24 76 6 51 122 101
Binary 11101111 11000000 1011011 0 10100 111110 110 101001 1010010 1000001

Color Harmonies of #EFC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC05B

Black with #EFC05B

Text Example


Text Example

White with #EFC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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