Html Css Color HEX #EFC44A Cream Can

📋 copy color: '#EFC44A'

red 239 ◦ green 196 ◦ blue 74

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

Shades of Cream Can #EFC44A

Tints of Cream Can #EFC44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

 BLUE value IS 74 (29.3% from 255) = 14.54%

R = 46.95%
G = 38.51%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFC44A (or 0xEFC44A) is known color: Cream Can. HEX triplet: EF, C4 and 4A. RGB value is (239,196,74). Sum of RGB (Red+Green+Blue) = 239+196+74=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC44A is #103BB5. Grayscale: #C3C3C3. Windows color (decimal): -1063862 or 4900079. OLE color: 4900079.

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

Color convert

RGB 239 196 74 -
CMYK 0 0.18 0.69 0.06
HSL 44.36º 0.84% 0.61% -
HSV(B) 44.36º 0.69% 0.94% -
XYZ 56.57 58.32 14.75 -
YUV 194.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 239 196 74 0 0.18 0.69 0.06 44.36 0.84 0.61
Hex EF C4 4A 0 12 45 6 2C 54 3D
Octal 357 304 112 0 22 105 6 54 124 75
Binary 11101111 11000100 1001010 0 10010 1000101 110 101100 1010100 111101

Color Harmonies of #EFC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC44A

Black with #EFC44A

Text Example


Text Example

White with #EFC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC44A; }

 p { color: rgb(239,196,74); }

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

background-color css

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

 a { background-color: rgb(239,196,74); }

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

border-color css

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

 span { border-color: rgb(239,196,74); }

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