#EFB648

Color #EFB648 Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #EFB648

Tints of Ronchi #EFB648

Color information

#EFB648 (or 0xEFB648) is unknown color: approx Ronchi. HEX triplet: EF, B6 and 48. RGB value is (239,182,72). Sum of RGB (Red+Green+Blue) = 239+182+72=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 72 (28.52% from 255 or 14.60% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB648 is #1049B7. Grayscale: #BABABA. Windows color (decimal): -1067448 or 4765423. OLE color: 4765423.

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

Color convert

RGB23918272-
CMYK00.240.700.06
HSL39.52º83.92%60.98%-
HSV(B)39.52º69.87%93.73%-
XYZ53.4952.2713.4-
YUV186.563.38165.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 72 (28.52% from 255) = 14.60%
R=48.48%
G=36.92%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391827200.240.700.0639.5283.9260.98
HexEFB64801846628543d
Octal35726611003010665012475
Binary1110111110110110100100001100010001101101010001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB648; }

 p { color: rgb(239,182,72); }

 H1.HeaderClassName
 {
   color: #EFB648;
 }
 .AnyTagClassName
 {
   color: #EFB648;
 }
</style>
background-color css

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

 a { background-color: rgb(239,182,72); }

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

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

 span { border-color: rgb(239,182,72); }

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