Html Css Color HEX #EFBA5E Ronchi

📋 copy color: '#EFBA5E'

red 239 ◦ green 186 ◦ blue 94

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

Shades of Ronchi #EFBA5E

Tints of Ronchi #EFBA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.11%

R = 46.05%
G = 35.84%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFBA5E (or 0xEFBA5E) is known color: Ronchi. HEX triplet: EF, BA and 5E. RGB value is (239,186,94). Sum of RGB (Red+Green+Blue) = 239+186+94=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA5E is #1045A1. Grayscale: #BFBFBF. Windows color (decimal): -1066402 or 6208239. OLE color: 6208239.

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

Color convert

RGB 239 186 94 -
CMYK 0 0.22 0.61 0.06
HSL 38.07º 0.82% 0.65% -
HSV(B) 38.07º 0.61% 0.94% -
XYZ 55.18 54.28 18.16 -
YUV 191.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 239 186 94 0 0.22 0.61 0.06 38.07 0.82 0.65
Hex EF BA 5E 0 16 3D 6 26 52 41
Octal 357 272 136 0 26 75 6 46 122 101
Binary 11101111 10111010 1011110 0 10110 111101 110 100110 1010010 1000001

Color Harmonies of #EFBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA5E

Black with #EFBA5E

Text Example


Text Example

White with #EFBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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