Html Css Color HEX #EFBA58 Ronchi

📋 copy color: '#EFBA58'

red 239 ◦ green 186 ◦ blue 88

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

Shades of Ronchi #EFBA58

Tints of Ronchi #EFBA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.15%

R = 46.59%
G = 36.26%
B = 17.15%

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

#EFBA58 (or 0xEFBA58) is known color: Ronchi. HEX triplet: EF, BA and 58. RGB value is (239,186,88). Sum of RGB (Red+Green+Blue) = 239+186+88=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA58 is #1045A7. Grayscale: #BFBFBF. Windows color (decimal): -1066408 or 5815023. OLE color: 5815023.

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

Color convert

RGB 239 186 88 -
CMYK 0 0.22 0.63 0.06
HSL 38.94º 0.83% 0.64% -
HSV(B) 38.94º 0.63% 0.94% -
XYZ 54.92 54.17 16.79 -
YUV 190.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 239 186 88 0 0.22 0.63 0.06 38.94 0.83 0.64
Hex EF BA 58 0 16 3F 6 27 53 40
Octal 357 272 130 0 26 77 6 47 123 100
Binary 11101111 10111010 1011000 0 10110 111111 110 100111 1010011 1000000

Color Harmonies of #EFBA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA58

Black with #EFBA58

Text Example


Text Example

White with #EFBA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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