Html Css Color HEX #EFC650 Cream Can

📋 copy color: '#EFC650'

red 239 ◦ green 198 ◦ blue 80

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

Shades of Cream Can #EFC650

Tints of Cream Can #EFC650

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.3%

 BLUE value IS 80 (31.64% from 255) = 15.47%

R = 46.23%
G = 38.3%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFC650 (or 0xEFC650) is known color: Cream Can. HEX triplet: EF, C6 and 50. RGB value is (239,198,80). Sum of RGB (Red+Green+Blue) = 239+198+80=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC650 is #1039AF. Grayscale: #C5C5C5. Windows color (decimal): -1063344 or 5293807. OLE color: 5293807.

HSL color Cylindrical-coordinate representation of color #EFC650: hue angle of 44.53º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFC650 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 80 -
CMYK 0 0.17 0.67 0.06
HSL 44.53º 0.83% 0.63% -
HSV(B) 44.53º 0.67% 0.94% -
XYZ 57.24 59.32 16.02 -
YUV 196.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 239 198 80 0 0.17 0.67 0.06 44.53 0.83 0.63
Hex EF C6 50 0 11 43 6 2D 53 3F
Octal 357 306 120 0 21 103 6 55 123 77
Binary 11101111 11000110 1010000 0 10001 1000011 110 101101 1010011 111111

Color Harmonies of #EFC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC650

Black with #EFC650

Text Example


Text Example

White with #EFC650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC650; }

 p { color: rgb(239,198,80); }

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

background-color css

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

 a { background-color: rgb(239,198,80); }

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

border-color css

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

 span { border-color: rgb(239,198,80); }

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