Html Css Color HEX #EFBB5E Ronchi

📋 copy color: '#EFBB5E'

red 239 ◦ green 187 ◦ blue 94

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

Shades of Ronchi #EFBB5E

Tints of Ronchi #EFBB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 45.96%
G = 35.96%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFBB5E (or 0xEFBB5E) is known color: Ronchi. HEX triplet: EF, BB and 5E. RGB value is (239,187,94). Sum of RGB (Red+Green+Blue) = 239+187+94=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB5E is #1044A1. Grayscale: #C0C0C0. Windows color (decimal): -1066146 or 6208495. OLE color: 6208495.

HSL color Cylindrical-coordinate representation of color #EFBB5E: hue angle of 38.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFBB5E is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 94 -
CMYK 0 0.22 0.61 0.06
HSL 38.48º 0.82% 0.65% -
HSV(B) 38.48º 0.61% 0.94% -
XYZ 55.39 54.7 18.23 -
YUV 191.95 72.73 161.56 -
System Red Green Blue C M Y K H S L
Decimal 239 187 94 0 0.22 0.61 0.06 38.48 0.82 0.65
Hex EF BB 5E 0 16 3D 6 26 52 41
Octal 357 273 136 0 26 75 6 46 122 101
Binary 11101111 10111011 1011110 0 10110 111101 110 100110 1010010 1000001

Color Harmonies of #EFBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB5E

Black with #EFBB5E

Text Example


Text Example

White with #EFBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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