Html Css Color HEX #EFBC5E Ronchi

📋 copy color: '#EFBC5E'

red 239 ◦ green 188 ◦ blue 94

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

Shades of Ronchi #EFBC5E

Tints of Ronchi #EFBC5E

RGB

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

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

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

R = 45.87%
G = 36.08%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFBC5E (or 0xEFBC5E) is known color: Ronchi. HEX triplet: EF, BC and 5E. RGB value is (239,188,94). Sum of RGB (Red+Green+Blue) = 239+188+94=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC5E is #1043A1. Grayscale: #C0C0C0. Windows color (decimal): -1065890 or 6208751. OLE color: 6208751.

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

Color convert

RGB 239 188 94 -
CMYK 0 0.21 0.61 0.06
HSL 38.9º 0.82% 0.65% -
HSV(B) 38.9º 0.61% 0.94% -
XYZ 55.6 55.13 18.3 -
YUV 192.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 239 188 94 0 0.21 0.61 0.06 38.9 0.82 0.65
Hex EF BC 5E 0 15 3D 6 27 52 41
Octal 357 274 136 0 25 75 6 47 122 101
Binary 11101111 10111100 1011110 0 10101 111101 110 100111 1010010 1000001

Color Harmonies of #EFBC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC5E

Black with #EFBC5E

Text Example


Text Example

White with #EFBC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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