Html Css Color HEX #EFBA42 Cream Can

📋 copy color: '#EFBA42'

red 239 ◦ green 186 ◦ blue 66

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

Shades of Cream Can #EFBA42

Tints of Cream Can #EFBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

 BLUE value IS 66 (26.17% from 255) = 13.44%

R = 48.68%
G = 37.88%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EFBA42 (or 0xEFBA42) is known color: Cream Can. HEX triplet: EF, BA and 42. RGB value is (239,186,66). Sum of RGB (Red+Green+Blue) = 239+186+66=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA42 is #1045BD. Grayscale: #BCBCBC. Windows color (decimal): -1066430 or 4373231. OLE color: 4373231.

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

Color convert

RGB 239 186 66 -
CMYK 0 0.22 0.72 0.06
HSL 41.62º 0.84% 0.6% -
HSV(B) 41.62º 0.72% 0.94% -
XYZ 54.14 53.86 12.7 -
YUV 188.17 59.06 164.26 -
System Red Green Blue C M Y K H S L
Decimal 239 186 66 0 0.22 0.72 0.06 41.62 0.84 0.6
Hex EF BA 42 0 16 48 6 2A 54 3C
Octal 357 272 102 0 26 110 6 52 124 74
Binary 11101111 10111010 1000010 0 10110 1001000 110 101010 1010100 111100

Color Harmonies of #EFBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA42

Black with #EFBA42

Text Example


Text Example

White with #EFBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA42; }

 p { color: rgb(239,186,66); }

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

background-color css

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

 a { background-color: rgb(239,186,66); }

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

border-color css

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

 span { border-color: rgb(239,186,66); }

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