Html Css Color HEX #EFC05D Cream Can

📋 copy color: '#EFC05D'

red 239 ◦ green 192 ◦ blue 93

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

Shades of Cream Can #EFC05D

Tints of Cream Can #EFC05D

RGB

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

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

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

R = 45.61%
G = 36.64%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFC05D (or 0xEFC05D) is known color: Cream Can. HEX triplet: EF, C0 and 5D. RGB value is (239,192,93). Sum of RGB (Red+Green+Blue) = 239+192+93=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC05D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC05D is #103FA2. Grayscale: #C3C3C3. Windows color (decimal): -1064867 or 6144239. OLE color: 6144239.

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

Color convert

RGB 239 192 93 -
CMYK 0 0.20 0.61 0.06
HSL 40.68º 0.82% 0.65% -
HSV(B) 40.68º 0.61% 0.94% -
XYZ 56.42 56.84 18.35 -
YUV 194.77 70.57 159.55 -
System Red Green Blue C M Y K H S L
Decimal 239 192 93 0 0.20 0.61 0.06 40.68 0.82 0.65
Hex EF C0 5D 0 14 3D 6 29 52 41
Octal 357 300 135 0 24 75 6 51 122 101
Binary 11101111 11000000 1011101 0 10100 111101 110 101001 1010010 1000001

Color Harmonies of #EFC05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC05D

Black with #EFC05D

Text Example


Text Example

White with #EFC05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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