#EFB953

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

Shades of Ronchi #EFB953

Tints of Ronchi #EFB953

Color information

#EFB953 (or 0xEFB953) is unknown color: approx Ronchi. HEX triplet: EF, B9 and 53. RGB value is (239,185,83). Sum of RGB (Red+Green+Blue) = 239+185+83=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB953 is #1046AC. Grayscale: #BDBDBD. Windows color (decimal): -1066669 or 5487087. OLE color: 5487087.

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

Color convert

RGB23918583-
CMYK00.230.650.06
HSL39.23º82.98%63.14%-
HSV(B)39.23º65.27%93.73%-
XYZ54.5153.6715.67-
YUV189.5267.89163.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 83 (32.81% from 255) = 16.37%
R=47.14%
G=36.49%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391858300.230.650.0639.2382.9863.14
HexEFB95301741627533f
Octal35727112302710164712377
Binary1110111110111001101001101011110000011101001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB953; }

 p { color: rgb(239,185,83); }

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

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

 a { background-color: rgb(239,185,83); }

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

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

 span { border-color: rgb(239,185,83); }

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