Html Css Color HEX #EFC75E Cream Can

📋 copy color: '#EFC75E'

red 239 ◦ green 199 ◦ blue 94

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

Shades of Cream Can #EFC75E

Tints of Cream Can #EFC75E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 44.92%
G = 37.41%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFC75E (or 0xEFC75E) is known color: Cream Can. HEX triplet: EF, C7 and 5E. RGB value is (239,199,94). Sum of RGB (Red+Green+Blue) = 239+199+94=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC75E is #1038A1. Grayscale: #C7C7C7. Windows color (decimal): -1063074 or 6211567. OLE color: 6211567.

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

Color convert

RGB 239 199 94 -
CMYK 0 0.17 0.61 0.06
HSL 43.45º 0.82% 0.65% -
HSV(B) 43.45º 0.61% 0.94% -
XYZ 58.04 60.01 19.11 -
YUV 198.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 239 199 94 0 0.17 0.61 0.06 43.45 0.82 0.65
Hex EF C7 5E 0 11 3D 6 2B 52 41
Octal 357 307 136 0 21 75 6 53 122 101
Binary 11101111 11000111 1011110 0 10001 111101 110 101011 1010010 1000001

Color Harmonies of #EFC75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC75E

Black with #EFC75E

Text Example


Text Example

White with #EFC75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC75E; }

 p { color: rgb(239,199,94); }

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

background-color css

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

 a { background-color: rgb(239,199,94); }

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

border-color css

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

 span { border-color: rgb(239,199,94); }

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