Html Css Color HEX #EFBC5B Ronchi

📋 copy color: '#EFBC5B'

red 239 ◦ green 188 ◦ blue 91

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

Shades of Ronchi #EFBC5B

Tints of Ronchi #EFBC5B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.29%

 BLUE value IS 91 (35.94% from 255) = 17.57%

R = 46.14%
G = 36.29%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFBC5B (or 0xEFBC5B) is known color: Ronchi. HEX triplet: EF, BC and 5B. RGB value is (239,188,91). Sum of RGB (Red+Green+Blue) = 239+188+91=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC5B is #1043A4. Grayscale: #C0C0C0. Windows color (decimal): -1065893 or 6012143. OLE color: 6012143.

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

Color convert

RGB 239 188 91 -
CMYK 0 0.21 0.62 0.06
HSL 39.32º 0.82% 0.65% -
HSV(B) 39.32º 0.62% 0.94% -
XYZ 55.47 55.07 17.6 -
YUV 192.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 239 188 91 0 0.21 0.62 0.06 39.32 0.82 0.65
Hex EF BC 5B 0 15 3E 6 27 52 41
Octal 357 274 133 0 25 76 6 47 122 101
Binary 11101111 10111100 1011011 0 10101 111110 110 100111 1010010 1000001

Color Harmonies of #EFBC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC5B

Black with #EFBC5B

Text Example


Text Example

White with #EFBC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC5B; }

 p { color: rgb(239,188,91); }

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

background-color css

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

 a { background-color: rgb(239,188,91); }

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

border-color css

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

 span { border-color: rgb(239,188,91); }

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