Html Css Color HEX #EFB955 Ronchi

📋 copy color: '#EFB955'

red 239 ◦ green 185 ◦ blue 85

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

Shades of Ronchi #EFB955

Tints of Ronchi #EFB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.7%

R = 46.95%
G = 36.35%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFB955 (or 0xEFB955) is known color: Ronchi. HEX triplet: EF, B9 and 55. RGB value is (239,185,85). Sum of RGB (Red+Green+Blue) = 239+185+85=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB955 is #1046AA. Grayscale: #BEBEBE. Windows color (decimal): -1066667 or 5618159. OLE color: 5618159.

HSL color Cylindrical-coordinate representation of color #EFB955: hue angle of 38.96º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFB955 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 185 85 -
CMYK 0 0.23 0.64 0.06
HSL 38.96º 0.83% 0.64% -
HSV(B) 38.96º 0.64% 0.94% -
XYZ 54.59 53.7 16.08 -
YUV 189.75 68.89 163.13 -
System Red Green Blue C M Y K H S L
Decimal 239 185 85 0 0.23 0.64 0.06 38.96 0.83 0.64
Hex EF B9 55 0 17 40 6 27 53 40
Octal 357 271 125 0 27 100 6 47 123 100
Binary 11101111 10111001 1010101 0 10111 1000000 110 100111 1010011 1000000

Color Harmonies of #EFB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB955

Black with #EFB955

Text Example


Text Example

White with #EFB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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