Html Css Color HEX #EFB958 Ronchi

📋 copy color: '#EFB958'

red 239 ◦ green 185 ◦ blue 88

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

Shades of Ronchi #EFB958

Tints of Ronchi #EFB958

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 46.68%
G = 36.13%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFB958 (or 0xEFB958) is known color: Ronchi. HEX triplet: EF, B9 and 58. RGB value is (239,185,88). Sum of RGB (Red+Green+Blue) = 239+185+88=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB958 is #1046A7. Grayscale: #BEBEBE. Windows color (decimal): -1066664 or 5814767. OLE color: 5814767.

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

Color convert

RGB 239 185 88 -
CMYK 0 0.23 0.63 0.06
HSL 38.54º 0.83% 0.64% -
HSV(B) 38.54º 0.63% 0.94% -
XYZ 54.71 53.75 16.72 -
YUV 190.09 70.39 162.89 -
System Red Green Blue C M Y K H S L
Decimal 239 185 88 0 0.23 0.63 0.06 38.54 0.83 0.64
Hex EF B9 58 0 17 3F 6 27 53 40
Octal 357 271 130 0 27 77 6 47 123 100
Binary 11101111 10111001 1011000 0 10111 111111 110 100111 1010011 1000000

Color Harmonies of #EFB958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB958

Black with #EFB958

Text Example


Text Example

White with #EFB958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB958; }

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

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

background-color css

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

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

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

border-color css

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

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

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