Html Css Color HEX #EFBD4D Cream Can

📋 copy color: '#EFBD4D'

red 239 ◦ green 189 ◦ blue 77

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

Shades of Cream Can #EFBD4D

Tints of Cream Can #EFBD4D

RGB

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

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

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

R = 47.33%
G = 37.43%
B = 15.25%

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

#EFBD4D (or 0xEFBD4D) is known color: Cream Can. HEX triplet: EF, BD and 4D. RGB value is (239,189,77). Sum of RGB (Red+Green+Blue) = 239+189+77=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD4D is #1042B2. Grayscale: #BFBFBF. Windows color (decimal): -1065651 or 5094895. OLE color: 5094895.

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

Color convert

RGB 239 189 77 -
CMYK 0 0.21 0.68 0.06
HSL 41.48º 0.84% 0.62% -
HSV(B) 41.48º 0.68% 0.94% -
XYZ 55.13 55.28 14.79 -
YUV 191.18 63.57 162.11 -
System Red Green Blue C M Y K H S L
Decimal 239 189 77 0 0.21 0.68 0.06 41.48 0.84 0.62
Hex EF BD 4D 0 15 44 6 29 54 3E
Octal 357 275 115 0 25 104 6 51 124 76
Binary 11101111 10111101 1001101 0 10101 1000100 110 101001 1010100 111110

Color Harmonies of #EFBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD4D

Black with #EFBD4D

Text Example


Text Example

White with #EFBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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