Html Css Color HEX #EFBD40 Cream Can

📋 copy color: '#EFBD40'

red 239 ◦ green 189 ◦ blue 64

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

Shades of Cream Can #EFBD40

Tints of Cream Can #EFBD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 48.58%
G = 38.41%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#EFBD40 (or 0xEFBD40) is known color: Cream Can. HEX triplet: EF, BD and 40. RGB value is (239,189,64). Sum of RGB (Red+Green+Blue) = 239+189+64=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBD40 is #1042BF. Grayscale: #BEBEBE. Windows color (decimal): -1065664 or 4242927. OLE color: 4242927.

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

Color convert

RGB 239 189 64 -
CMYK 0 0.21 0.73 0.06
HSL 42.86º 0.85% 0.59% -
HSV(B) 42.86º 0.73% 0.94% -
XYZ 54.72 55.12 12.6 -
YUV 189.7 57.07 163.16 -
System Red Green Blue C M Y K H S L
Decimal 239 189 64 0 0.21 0.73 0.06 42.86 0.85 0.59
Hex EF BD 40 0 15 49 6 2B 55 3B
Octal 357 275 100 0 25 111 6 53 125 73
Binary 11101111 10111101 1000000 0 10101 1001001 110 101011 1010101 111011

Color Harmonies of #EFBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD40

Black with #EFBD40

Text Example


Text Example

White with #EFBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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