Html Css Color HEX #EFBA5A Ronchi

📋 copy color: '#EFBA5A'

red 239 ◦ green 186 ◦ blue 90

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

Shades of Ronchi #EFBA5A

Tints of Ronchi #EFBA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.48%

R = 46.41%
G = 36.12%
B = 17.48%

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

#EFBA5A (or 0xEFBA5A) is known color: Ronchi. HEX triplet: EF, BA and 5A. RGB value is (239,186,90). Sum of RGB (Red+Green+Blue) = 239+186+90=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA5A is #1045A5. Grayscale: #BFBFBF. Windows color (decimal): -1066406 or 5946095. OLE color: 5946095.

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

Color convert

RGB 239 186 90 -
CMYK 0 0.22 0.62 0.06
HSL 38.66º 0.82% 0.65% -
HSV(B) 38.66º 0.62% 0.94% -
XYZ 55 54.21 17.24 -
YUV 190.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 239 186 90 0 0.22 0.62 0.06 38.66 0.82 0.65
Hex EF BA 5A 0 16 3E 6 27 52 41
Octal 357 272 132 0 26 76 6 47 122 101
Binary 11101111 10111010 1011010 0 10110 111110 110 100111 1010010 1000001

Color Harmonies of #EFBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA5A

Black with #EFBA5A

Text Example


Text Example

White with #EFBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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