Html Css Color HEX #EFBA59 Ronchi

📋 copy color: '#EFBA59'

red 239 ◦ green 186 ◦ blue 89

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

Shades of Ronchi #EFBA59

Tints of Ronchi #EFBA59

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.19%

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

R = 46.5%
G = 36.19%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFBA59 (or 0xEFBA59) is known color: Ronchi. HEX triplet: EF, BA and 59. RGB value is (239,186,89). Sum of RGB (Red+Green+Blue) = 239+186+89=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 89 (35.16% from 255 or 17.32% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA59 is #1045A6. Grayscale: #BFBFBF. Windows color (decimal): -1066407 or 5880559. OLE color: 5880559.

HSL color Cylindrical-coordinate representation of color #EFBA59: hue angle of 38.8º 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 #EFBA59 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 186 89 -
CMYK 0 0.22 0.63 0.06
HSL 38.8º 0.82% 0.64% -
HSV(B) 38.8º 0.63% 0.94% -
XYZ 54.96 54.19 17.01 -
YUV 190.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 239 186 89 0 0.22 0.63 0.06 38.8 0.82 0.64
Hex EF BA 59 0 16 3F 6 27 52 40
Octal 357 272 131 0 26 77 6 47 122 100
Binary 11101111 10111010 1011001 0 10110 111111 110 100111 1010010 1000000

Color Harmonies of #EFBA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA59

Black with #EFBA59

Text Example


Text Example

White with #EFBA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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