Html Css Color HEX #EFBB5D Ronchi

📋 copy color: '#EFBB5D'

red 239 ◦ green 187 ◦ blue 93

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

Shades of Ronchi #EFBB5D

Tints of Ronchi #EFBB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.92%

R = 46.05%
G = 36.03%
B = 17.92%

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

#EFBB5D (or 0xEFBB5D) is known color: Ronchi. HEX triplet: EF, BB and 5D. RGB value is (239,187,93). Sum of RGB (Red+Green+Blue) = 239+187+93=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB5D is #1044A2. Grayscale: #C0C0C0. Windows color (decimal): -1066147 or 6142959. OLE color: 6142959.

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

Color convert

RGB 239 187 93 -
CMYK 0 0.22 0.61 0.06
HSL 38.63º 0.82% 0.65% -
HSV(B) 38.63º 0.61% 0.94% -
XYZ 55.34 54.68 17.99 -
YUV 191.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 239 187 93 0 0.22 0.61 0.06 38.63 0.82 0.65
Hex EF BB 5D 0 16 3D 6 27 52 41
Octal 357 273 135 0 26 75 6 47 122 101
Binary 11101111 10111011 1011101 0 10110 111101 110 100111 1010010 1000001

Color Harmonies of #EFBB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBB5D

Black with #EFBB5D

Text Example


Text Example

White with #EFBB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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