Html Css Color HEX #EFBE5A Cream Can

📋 copy color: '#EFBE5A'

red 239 ◦ green 190 ◦ blue 90

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

Shades of Cream Can #EFBE5A

Tints of Cream Can #EFBE5A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 90 (35.55% from 255) = 17.34%

R = 46.05%
G = 36.61%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFBE5A (or 0xEFBE5A) is known color: Cream Can. HEX triplet: EF, BE and 5A. RGB value is (239,190,90). Sum of RGB (Red+Green+Blue) = 239+190+90=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE5A is #1041A5. Grayscale: #C1C1C1. Windows color (decimal): -1065382 or 5947119. OLE color: 5947119.

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

Color convert

RGB 239 190 90 -
CMYK 0 0.21 0.62 0.06
HSL 40.27º 0.82% 0.65% -
HSV(B) 40.27º 0.62% 0.94% -
XYZ 55.86 55.92 17.52 -
YUV 193.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 239 190 90 0 0.21 0.62 0.06 40.27 0.82 0.65
Hex EF BE 5A 0 15 3E 6 28 52 41
Octal 357 276 132 0 25 76 6 50 122 101
Binary 11101111 10111110 1011010 0 10101 111110 110 101000 1010010 1000001

Color Harmonies of #EFBE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBE5A

Black with #EFBE5A

Text Example


Text Example

White with #EFBE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBE5A; }

 p { color: rgb(239,190,90); }

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

background-color css

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

 a { background-color: rgb(239,190,90); }

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

border-color css

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

 span { border-color: rgb(239,190,90); }

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