Html Css Color HEX #EFBC4D Cream Can

📋 copy color: '#EFBC4D'

red 239 ◦ green 188 ◦ blue 77

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

Shades of Cream Can #EFBC4D

Tints of Cream Can #EFBC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.28%

R = 47.42%
G = 37.3%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFBC4D (or 0xEFBC4D) is known color: Cream Can. HEX triplet: EF, BC and 4D. RGB value is (239,188,77). Sum of RGB (Red+Green+Blue) = 239+188+77=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC4D is #1043B2. Grayscale: #BFBFBF. Windows color (decimal): -1065907 or 5094639. OLE color: 5094639.

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

Color convert

RGB 239 188 77 -
CMYK 0 0.21 0.68 0.06
HSL 41.11º 0.84% 0.62% -
HSV(B) 41.11º 0.68% 0.94% -
XYZ 54.92 54.85 14.71 -
YUV 190.6 63.9 162.53 -
System Red Green Blue C M Y K H S L
Decimal 239 188 77 0 0.21 0.68 0.06 41.11 0.84 0.62
Hex EF BC 4D 0 15 44 6 29 54 3E
Octal 357 274 115 0 25 104 6 51 124 76
Binary 11101111 10111100 1001101 0 10101 1000100 110 101001 1010100 111110

Color Harmonies of #EFBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC4D

Black with #EFBC4D

Text Example


Text Example

White with #EFBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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