Html Css Color HEX #EFBC4C Cream Can

📋 copy color: '#EFBC4C'

red 239 ◦ green 188 ◦ blue 76

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

Shades of Cream Can #EFBC4C

Tints of Cream Can #EFBC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.11%

R = 47.51%
G = 37.38%
B = 15.11%

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

#EFBC4C (or 0xEFBC4C) is known color: Cream Can. HEX triplet: EF, BC and 4C. RGB value is (239,188,76). Sum of RGB (Red+Green+Blue) = 239+188+76=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 76 (30.08% from 255 or 15.11% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC4C is #1043B3. Grayscale: #BEBEBE. Windows color (decimal): -1065908 or 5029103. OLE color: 5029103.

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

Color convert

RGB 239 188 76 -
CMYK 0 0.21 0.68 0.06
HSL 41.23º 0.84% 0.62% -
HSV(B) 41.23º 0.68% 0.94% -
XYZ 54.88 54.84 14.53 -
YUV 190.48 63.4 162.61 -
System Red Green Blue C M Y K H S L
Decimal 239 188 76 0 0.21 0.68 0.06 41.23 0.84 0.62
Hex EF BC 4C 0 15 44 6 29 54 3E
Octal 357 274 114 0 25 104 6 51 124 76
Binary 11101111 10111100 1001100 0 10101 1000100 110 101001 1010100 111110

Color Harmonies of #EFBC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC4C

Black with #EFBC4C

Text Example


Text Example

White with #EFBC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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