Html Css Color HEX #EFC65D Cream Can

📋 copy color: '#EFC65D'

red 239 ◦ green 198 ◦ blue 93

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

Shades of Cream Can #EFC65D

Tints of Cream Can #EFC65D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.36%

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

R = 45.09%
G = 37.36%
B = 17.55%

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

#EFC65D (or 0xEFC65D) is known color: Cream Can. HEX triplet: EF, C6 and 5D. RGB value is (239,198,93). Sum of RGB (Red+Green+Blue) = 239+198+93=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC65D is #1039A2. Grayscale: #C6C6C6. Windows color (decimal): -1063331 or 6145775. OLE color: 6145775.

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

Color convert

RGB 239 198 93 -
CMYK 0 0.17 0.61 0.06
HSL 43.15º 0.82% 0.65% -
HSV(B) 43.15º 0.61% 0.94% -
XYZ 57.77 59.53 18.8 -
YUV 198.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 239 198 93 0 0.17 0.61 0.06 43.15 0.82 0.65
Hex EF C6 5D 0 11 3D 6 2B 52 41
Octal 357 306 135 0 21 75 6 53 122 101
Binary 11101111 11000110 1011101 0 10001 111101 110 101011 1010010 1000001

Color Harmonies of #EFC65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC65D

Black with #EFC65D

Text Example


Text Example

White with #EFC65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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