Html Css Color HEX #EFBD5D Cream Can

📋 copy color: '#EFBD5D'

red 239 ◦ green 189 ◦ blue 93

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

Shades of Cream Can #EFBD5D

Tints of Cream Can #EFBD5D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

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

R = 45.87%
G = 36.28%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFBD5D (or 0xEFBD5D) is known color: Cream Can. HEX triplet: EF, BD and 5D. RGB value is (239,189,93). Sum of RGB (Red+Green+Blue) = 239+189+93=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD5D is #1042A2. Grayscale: #C1C1C1. Windows color (decimal): -1065635 or 6143471. OLE color: 6143471.

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

Color convert

RGB 239 189 93 -
CMYK 0 0.21 0.61 0.06
HSL 39.45º 0.82% 0.65% -
HSV(B) 39.45º 0.61% 0.94% -
XYZ 55.77 55.54 18.14 -
YUV 193.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 239 189 93 0 0.21 0.61 0.06 39.45 0.82 0.65
Hex EF BD 5D 0 15 3D 6 27 52 41
Octal 357 275 135 0 25 75 6 47 122 101
Binary 11101111 10111101 1011101 0 10101 111101 110 100111 1010010 1000001

Color Harmonies of #EFBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD5D

Black with #EFBD5D

Text Example


Text Example

White with #EFBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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