Html Css Color HEX #EFBB56 Ronchi

📋 copy color: '#EFBB56'

red 239 ◦ green 187 ◦ blue 86

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

Shades of Ronchi #EFBB56

Tints of Ronchi #EFBB56

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

 BLUE value IS 86 (33.98% from 255) = 16.8%

R = 46.68%
G = 36.52%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFBB56 (or 0xEFBB56) is known color: Ronchi. HEX triplet: EF, BB and 56. RGB value is (239,187,86). Sum of RGB (Red+Green+Blue) = 239+187+86=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB56 is #1044A9. Grayscale: #BFBFBF. Windows color (decimal): -1066154 or 5684207. OLE color: 5684207.

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

Color convert

RGB 239 187 86 -
CMYK 0 0.22 0.64 0.06
HSL 39.61º 0.83% 0.64% -
HSV(B) 39.61º 0.64% 0.94% -
XYZ 55.05 54.56 16.43 -
YUV 191.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 239 187 86 0 0.22 0.64 0.06 39.61 0.83 0.64
Hex EF BB 56 0 16 40 6 28 53 40
Octal 357 273 126 0 26 100 6 50 123 100
Binary 11101111 10111011 1010110 0 10110 1000000 110 101000 1010011 1000000

Color Harmonies of #EFBB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB56

Black with #EFBB56

Text Example


Text Example

White with #EFBB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB56; }

 p { color: rgb(239,187,86); }

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

background-color css

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

 a { background-color: rgb(239,187,86); }

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

border-color css

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

 span { border-color: rgb(239,187,86); }

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