Html Css Color HEX #EFBC4A Cream Can

📋 copy color: '#EFBC4A'

red 239 ◦ green 188 ◦ blue 74

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

Shades of Cream Can #EFBC4A

Tints of Cream Can #EFBC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

 BLUE value IS 74 (29.3% from 255) = 14.77%

R = 47.7%
G = 37.52%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFBC4A (or 0xEFBC4A) is known color: Cream Can. HEX triplet: EF, BC and 4A. RGB value is (239,188,74). Sum of RGB (Red+Green+Blue) = 239+188+74=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC4A is #1043B5. Grayscale: #BEBEBE. Windows color (decimal): -1065910 or 4898031. OLE color: 4898031.

HSL color Cylindrical-coordinate representation of color #EFBC4A: hue angle of 41.45º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFBC4A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 188 74 -
CMYK 0 0.21 0.69 0.06
HSL 41.45º 0.84% 0.61% -
HSV(B) 41.45º 0.69% 0.94% -
XYZ 54.82 54.81 14.17 -
YUV 190.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 239 188 74 0 0.21 0.69 0.06 41.45 0.84 0.61
Hex EF BC 4A 0 15 45 6 29 54 3D
Octal 357 274 112 0 25 105 6 51 124 75
Binary 11101111 10111100 1001010 0 10101 1000101 110 101001 1010100 111101

Color Harmonies of #EFBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC4A

Black with #EFBC4A

Text Example


Text Example

White with #EFBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC4A; }

 p { color: rgb(239,188,74); }

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

background-color css

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

 a { background-color: rgb(239,188,74); }

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

border-color css

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

 span { border-color: rgb(239,188,74); }

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