Html Css Color HEX #EFB959 Ronchi

📋 copy color: '#EFB959'

red 239 ◦ green 185 ◦ blue 89

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

Shades of Ronchi #EFB959

Tints of Ronchi #EFB959

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

 BLUE value IS 89 (35.16% from 255) = 17.35%

R = 46.59%
G = 36.06%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFB959 (or 0xEFB959) is known color: Ronchi. HEX triplet: EF, B9 and 59. RGB value is (239,185,89). Sum of RGB (Red+Green+Blue) = 239+185+89=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB959 is #1046A6. Grayscale: #BEBEBE. Windows color (decimal): -1066663 or 5880303. OLE color: 5880303.

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

Color convert

RGB 239 185 89 -
CMYK 0 0.23 0.63 0.06
HSL 38.4º 0.82% 0.64% -
HSV(B) 38.4º 0.63% 0.94% -
XYZ 54.75 53.77 16.94 -
YUV 190.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 239 185 89 0 0.23 0.63 0.06 38.4 0.82 0.64
Hex EF B9 59 0 17 3F 6 26 52 40
Octal 357 271 131 0 27 77 6 46 122 100
Binary 11101111 10111001 1011001 0 10111 111111 110 100110 1010010 1000000

Color Harmonies of #EFB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB959

Black with #EFB959

Text Example


Text Example

White with #EFB959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB959; }

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

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

background-color css

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

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

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

border-color css

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

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

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