Html Css Color HEX #EFBA5B Ronchi

📋 copy color: '#EFBA5B'

red 239 ◦ green 186 ◦ blue 91

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

Shades of Ronchi #EFBA5B

Tints of Ronchi #EFBA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.64%

R = 46.32%
G = 36.05%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFBA5B (or 0xEFBA5B) is known color: Ronchi. HEX triplet: EF, BA and 5B. RGB value is (239,186,91). Sum of RGB (Red+Green+Blue) = 239+186+91=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA5B is #1045A4. Grayscale: #BFBFBF. Windows color (decimal): -1066405 or 6011631. OLE color: 6011631.

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

Color convert

RGB 239 186 91 -
CMYK 0 0.22 0.62 0.06
HSL 38.51º 0.82% 0.65% -
HSV(B) 38.51º 0.62% 0.94% -
XYZ 55.04 54.22 17.46 -
YUV 191.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 239 186 91 0 0.22 0.62 0.06 38.51 0.82 0.65
Hex EF BA 5B 0 16 3E 6 27 52 41
Octal 357 272 133 0 26 76 6 47 122 101
Binary 11101111 10111010 1011011 0 10110 111110 110 100111 1010010 1000001

Color Harmonies of #EFBA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA5B

Black with #EFBA5B

Text Example


Text Example

White with #EFBA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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